From 97e3e083d1ba92d1253ff95bd65b51986c412564 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 16 Jan 2006 17:05:57 +0000 Subject: [PATCH] make "distclean" doesn't anymore remove configure --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c500087..b8d4c68 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ all install uninstall clean: distclean: $(MAKE) clean - rm -f config.status config.cache configure config.h Makefile Makefile.common libtool + rm -f config.status config.cache config.h Makefile Makefile.common libtool rm -f lib/lame/Makefile lib/python/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/xpdf/Makefile clean-local: -- 1.7.10.4