From a3ac2365f135a03d02f5342298c23f36c3dad091 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Thu, 26 Apr 2001 17:20:28 +0000
Subject: [PATCH] A slight refinement of previous commit.

---
 lisp/GNUmakefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/GNUmakefile b/lisp/GNUmakefile
index 28029e7cc..f24230c42 100644
--- a/lisp/GNUmakefile
+++ b/lisp/GNUmakefile
@@ -1,4 +1,4 @@
-# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.14 2001/04/26 16:33:50 pw Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.15 2001/04/26 17:20:28 pw Exp $
 
 all: lisp.nm
 
@@ -25,8 +25,9 @@ OBJS = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(patsubst %.s,%.o,$(SRCS))))
 
 ### Special target used to make a lisp.nm file for genesis.
 ### Use when internals.h does not yet exist.
-initial-map:
-	echo 'Map file for lisp version 0' > ,lisp.nm
+### This is the same 'lisp.nm' but not depending on an existing build.
+initial-map: version
+	echo 'Map file for lisp version ' `cat version` > ,lisp.nm
 	$(NM) lisp | grep -v " F \| U " >> ,lisp.nm
 	mv ,lisp.nm lisp.nm
 
-- 
GitLab