r2234 - packages/trunk/warsow/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Wed Dec 27 14:56:24 CET 2006


Author: fuddl-guest
Date: 2006-12-27 14:56:23 +0100 (Wed, 27 Dec 2006)
New Revision: 2234

Modified:
   packages/trunk/warsow/debian/rules
Log:
use $(MAKE) instead of make

Modified: packages/trunk/warsow/debian/rules
===================================================================
--- packages/trunk/warsow/debian/rules	2006-12-27 13:43:51 UTC (rev 2233)
+++ packages/trunk/warsow/debian/rules	2006-12-27 13:56:23 UTC (rev 2234)
@@ -10,13 +10,13 @@
 	dh_testdir
 	docbook-to-man debian/warsow.sgml > warsow.6
 	docbook-to-man debian/warsow-server.sgml > warsow-server.6
-	cd source && make
+	cd source && $(MAKE)
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-	cd source && make clean
+	cd source && $(MAKE) clean
 	rm -rf source/release *.6 warsow.bin warsow-server.bin
 	rm -f build-stamp configure-stamp
 	dh_clean 




More information about the Pkg-games-commits mailing list