From 4972792c2e652f68a5bcc886de85c72fead3eabb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 8 Aug 2009 13:26:02 +0200 Subject: [PATCH] debian/rules: don't manually remove config files they're removed automatically by make distclean. --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 618d06a998..5a775b8906 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,6 @@ clean: # commands to clean up after the build process. -$(MAKE) distclean - rm -f help_mp.h config.h config.mak dh_clean # Build architecture-independent files here.