[Pkg-ofed-commits] r220 - libsdp/trunk/debian

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Sun Mar 15 09:57:09 UTC 2009


Author: gmpc-guest
Date: 2009-03-15 09:57:09 +0000 (Sun, 15 Mar 2009)
New Revision: 220

Modified:
   libsdp/trunk/debian/rules
Log:
Remove copying of system config.guess into tree


Modified: libsdp/trunk/debian/rules
===================================================================
--- libsdp/trunk/debian/rules	2009-03-15 09:55:15 UTC (rev 219)
+++ libsdp/trunk/debian/rules	2009-03-15 09:57:09 UTC (rev 220)
@@ -35,12 +35,6 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" \
 	--sysconfdir=/etc
 




More information about the Pkg-ofed-commits mailing list