From bdcfd601595b6cef9437cfd53da780a39be9ba9d Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 12 Sep 2008 20:59:19 +0000
Subject: [PATCH] Oops.  If we make clean, make sure lisp.nm is regenerated.

---
 lisp/GNUmakefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/GNUmakefile b/lisp/GNUmakefile
index e34789853..e31b4f75b 100644
--- a/lisp/GNUmakefile
+++ b/lisp/GNUmakefile
@@ -1,4 +1,4 @@
-# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.29 2008/09/05 15:21:24 rtoy Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.30 2008/09/12 20:59:19 rtoy Exp $
 
 all: lisp.nm
 
@@ -59,6 +59,7 @@ internals.h internals.inc:
 
 clean:
 	rm -f Depends *.o lisp lisp.nm core
+	echo 'Map file for lisp version 0' > lisp.nm
 
 depend: Depends
 
-- 
GitLab