[Pkg-ofed-commits] r722 - /branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Wed May 5 15:30:27 UTC 2010


Author: gmpc-guest
Date: Wed May  5 15:30:26 2010
New Revision: 722

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=722
Log:
Clean config.status so configure gets run at build time

Modified:
    branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules

Modified: branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules?rev=722&op=diff
==============================================================================
--- branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules (original)
+++ branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules Wed May  5 15:30:26 2010
@@ -54,7 +54,7 @@
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f config.sub config.guess
+	rm -f config.sub config.guess config.status
 
 
 	dh_clean 




More information about the Pkg-ofed-commits mailing list