Clean autom4te.cache.
This commit is contained in:
parent
4e2e176c2f
commit
9a2cc78be3
|
@ -1,5 +1,6 @@
|
|||
Make.rules
|
||||
Makefile
|
||||
autom4te.cache
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
|
|
|
@ -185,6 +185,7 @@ clean::
|
|||
|
||||
distclean: clean
|
||||
$(RM) config.* TAGS Make.rules dlls/Makedll.rules programs/Makeprog.rules include/config.h
|
||||
$(RM) -r autom4te.cache
|
||||
$(RM) `find . \( -name Makefile -o -size 0 \) -print`
|
||||
|
||||
### Dependencies:
|
||||
|
|
Loading…
Reference in New Issue