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 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to