projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
597b45b
)
Added removal of autom4te.cache directory to mostlyclean-local.
author
David Levine
<levinedl@acm.org>
Sat, 7 Jan 2012 15:19:59 +0000
(09:19 -0600)
committer
David Levine
<levinedl@acm.org>
Sat, 7 Jan 2012 15:19:59 +0000
(09:19 -0600)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
d83cff3
..
6b7b1d6
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-111,6
+111,7
@@
superclean: superclean-recursive superclean-local
mostlyclean-local:
rm -f *~
+ $(RM) -r autom4te.cache
clean-local: mostlyclean-local