From: Chris Hanson Date: Wed, 6 Dec 2000 05:46:47 +0000 (+0000) Subject: Change "makegen/makeinit.sh" to leave the directory configured. This X-Git-Tag: 20090517-FFI~3128 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=422ce114a7c42fc50416a8dbaa2af8261c229a8e;p=mit-scheme.git Change "makegen/makeinit.sh" to leave the directory configured. This allows "Setup.sh" to use "make setup", thus avoiding replication of information. --- diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in index 1b0ee2416..ad8292c0e 100644 --- a/v7/src/microcode/makegen/Makefile.in.in +++ b/v7/src/microcode/makegen/Makefile.in.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in.in,v 1.5 2000/12/06 02:42:30 cph Exp $ +# $Id: Makefile.in.in,v 1.6 2000/12/06 05:46:47 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -212,6 +212,9 @@ psbtobin: $(psbtobin_OBJECTS) $(psbtobin_DEPENDENCIES) -rm -f psbtobin $(LINK) $(psbtobin_LDFLAGS) $(psbtobin_OBJECTS) $(psbtobin_LIBS) +setup: + ( cd cmpauxmd && $(MAKE) ) + tags: TAGS TAGS: etags -r '/^DEF[A-Za-z_ \t(]+"\([^"]+\)"/' *.[ch]