projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4376bf
)
make clean now removes generated bin files.
author
Shantonu Sen
<ssen@mit.edu>
Thu, 1 Jun 2000 06:57:57 +0000
(06:57 +0000)
committer
Shantonu Sen
<ssen@mit.edu>
Thu, 1 Jun 2000 06:57:57 +0000
(06:57 +0000)
etc/Makefile.in
patch
|
blob
|
history
diff --git
a/etc/Makefile.in
b/etc/Makefile.in
index
eec4146
..
ebd93d3
100644
(file)
--- a/
etc/Makefile.in
+++ b/
etc/Makefile.in
@@
-123,7
+123,7
@@
mostlyclean:
rm -f *~
clean: mostlyclean
- rm -f $(GENERATED_ETC_FILES)
+ rm -f $(GENERATED_ETC_FILES) $(GENERATED_BIN_FILES)
distclean: clean
rm -f Makefile