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:
faaf908
)
Don't show conditional for "machine".
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 6 Dec 2000 03:01:20 +0000
(
03:01
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 6 Dec 2000 03:01:20 +0000
(
03:01
+0000)
v7/src/compiler/Makefile
patch
|
blob
|
history
diff --git
a/v7/src/compiler/Makefile
b/v7/src/compiler/Makefile
index 1f411836031edcd1df7e5e06e88199c8ffbf3126..b1ad06b5328b412c6428aafcd693c780d391cc0c 100644
(file)
--- a/
v7/src/compiler/Makefile
+++ b/
v7/src/compiler/Makefile
@@
-1,4
+1,4
@@
-# $Id: Makefile,v 1.1
5 2000/12/06 02:58:24
cph Exp $
+# $Id: Makefile,v 1.1
6 2000/12/06 03:01:20
cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
@@
-44,7
+44,7
@@
mostlyclean:
echo "making $@ in $${SUBDIR}"; \
(cd $${SUBDIR} && rm -f *.bin *.ext *.com *.bci); \
done
- if test -d machine/.; then \
+
@
if test -d machine/.; then \
echo "making $@ in machine"; \
(cd machine && rm -f *.bin *.ext *.com *.bci); \
fi