projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f507432
)
Change "makegen/makeinit.sh" to leave the directory configured. This
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 6 Dec 2000 05:46:47 +0000
(
05:46
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 6 Dec 2000 05:46:47 +0000
(
05:46
+0000)
allows "Setup.sh" to use "make setup", thus avoiding replication of
information.
v7/src/microcode/makegen/Makefile.in.in
patch
|
blob
|
history
diff --git
a/v7/src/microcode/makegen/Makefile.in.in
b/v7/src/microcode/makegen/Makefile.in.in
index 1b0ee24163b20373338a50b7cbea95384a8e945e..ad8292c0e921dcde91e54de229f891f803e80a6b 100644
(file)
--- 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]