Clean Makeimplib.rules too.

oldstable
Alexandre Julliard 2005-09-02 12:28:37 +00:00
parent 6dc69f5f54
commit b7edbe66cf
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ clean::
$(RM) wine
distclean: clean
$(RM) config.* configure.lineno TAGS tags Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules libs/Makelib.rules include/config.h
$(RM) config.* configure.lineno TAGS tags Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules programs/Makeprog.rules libs/Makelib.rules include/config.h
$(RM) -r autom4te.cache
$(RM) `find . \( -name Makefile -o -size 0 \) -print`