From 03ae17ef21a0f89e3da79a122eec1a211f6f057c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 19 Aug 1992 02:49:35 +0000 Subject: [PATCH] Don't delete lisp.h when cleaning up. --- lisp/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/GNUmakefile b/lisp/GNUmakefile index b704392ad..e7c73f854 100644 --- a/lisp/GNUmakefile +++ b/lisp/GNUmakefile @@ -1,4 +1,4 @@ -# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.1 1992/07/28 20:13:58 wlott Exp $ +# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.2 1992/08/19 02:49:35 wlott Exp $ all: lisp.nm @@ -49,7 +49,7 @@ internals.h: @false clean: - rm -f Depends lisp.h undefineds *.o lisp lisp.nm + rm -f Depends undefineds *.o lisp lisp.nm depend: $(CC) -MM ${CFLAGS} ${CPPFLAGS} ${SRCS} > ,depends -- GitLab