r5439 - packages/trunk/ogreal/debian

Andres Mejia ceros-guest at alioth.debian.org
Thu Jan 17 20:29:14 UTC 2008


Author: ceros-guest
Date: 2008-01-17 20:29:13 +0000 (Thu, 17 Jan 2008)
New Revision: 5439

Modified:
   packages/trunk/ogreal/debian/rules
Log:
Fixing configure-stamp target in debian/rules.

Modified: packages/trunk/ogreal/debian/rules
===================================================================
--- packages/trunk/ogreal/debian/rules	2008-01-17 20:23:15 UTC (rev 5438)
+++ packages/trunk/ogreal/debian/rules	2008-01-17 20:29:13 UTC (rev 5439)
@@ -51,7 +51,7 @@
 	autoheader -f
 	automake --add-missing --force-missing --copy --foreign
 	autoconf -f
-	./configure --prefix=/usr $(confflags) CFLAGS=$(CFLAGS)
+	./configure --prefix=/usr $(confflags) CFLAGS="$(CFLAGS)"
 	touch configure-stamp
 
 build: configure build-stamp




More information about the Pkg-games-commits mailing list