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:
da5692a
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 7 Dec 2000 22:55:13 +0000
(22:55 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 7 Dec 2000 22:55:13 +0000
(22:55 +0000)
v7/src/Makefile
patch
|
blob
|
history
diff --git
a/v7/src/Makefile
b/v7/src/Makefile
index 1bf56d80a8782bdf5e6d94f979e84e98c11a22a0..1b7fc6c441ec70722edcdfb409dd0bd35566e533 100644
(file)
--- a/
v7/src/Makefile
+++ b/
v7/src/Makefile
@@
-1,4
+1,4
@@
-# $Id: Makefile,v 1.1
3 2000/12/07 22:52:51
cph Exp $
+# $Id: Makefile,v 1.1
4 2000/12/07 22:55:13
cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
@@
-52,7
+52,7
@@
mostlyclean: mostlyclean-extra
mostlyclean-extra:
@if test -d runtime-check && test -e runtime-check/Makefile; then \
- echo "making
$@
in runtime-check"; \
+ echo "making
mostlyclean
in runtime-check"; \
( cd runtime-check && $(MAKE) mostlyclean ); \
fi