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:
60efa13
)
Fix spurious errors from deleting non-existent files.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 7 Dec 2000 22:56:18 +0000
(22:56 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 7 Dec 2000 22:56:18 +0000
(22:56 +0000)
v7/src/Makefile
patch
|
blob
|
history
diff --git
a/v7/src/Makefile
b/v7/src/Makefile
index 1b7fc6c441ec70722edcdfb409dd0bd35566e533..cb73d33cbe5de83c7173b32408e14e5278b7b2e4 100644
(file)
--- a/
v7/src/Makefile
+++ b/
v7/src/Makefile
@@
-1,4
+1,4
@@
-# $Id: Makefile,v 1.1
4 2000/12/07 22:55:13
cph Exp $
+# $Id: Makefile,v 1.1
5 2000/12/07 22:56:18
cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
@@
-65,7
+65,7
@@
clean: clean-extra
done
clean-extra: mostlyclean-extra
-
rm
lib/*.com
+
-rm -f
lib/*.com
distclean: distclean-extra
@for SUBDIR in $(SUBDIRS); do \