Remove Maketest.rules on distclean.

This commit is contained in:
Alexandre Julliard 2002-09-05 01:15:03 +00:00
parent 3dc3f403df
commit 82e94e7b42
1 changed files with 1 additions and 1 deletions

View File

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