From 2e4164f55f9510d60e2e64a3f58347f6e1b0fd23 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 11 May 2003 03:04:07 +0000 Subject: [PATCH] Remove libs/Makelib.rules on distclean. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3bf57fda1dd..5dfcc1aafa6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -147,7 +147,7 @@ clean:: $(RM) wine distclean: clean - $(RM) config.* configure.lineno TAGS tags Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules include/config.h + $(RM) config.* configure.lineno TAGS tags Make.rules dlls/Makedll.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`