[Pkg-jed-commit] r874 - jed/branches/0.99.19/debian

Jörg Sommer jo-guest at alioth.debian.org
Fri Sep 7 19:42:28 UTC 2007


Author: jo-guest
Date: 2007-09-07 19:42:28 +0000 (Fri, 07 Sep 2007)
New Revision: 874

Modified:
   jed/branches/0.99.19/debian/rules
Log:
• debian/rules
  · Replaced all make calls by $(MAKE)


Modified: jed/branches/0.99.19/debian/rules
===================================================================
--- jed/branches/0.99.19/debian/rules	2007-09-07 19:41:01 UTC (rev 873)
+++ jed/branches/0.99.19/debian/rules	2007-09-07 19:42:28 UTC (rev 874)
@@ -23,7 +23,7 @@
 clean: unpatch
 	dh_testdir
 	dh_clean
-	if [ -f Makefile ]; then make distclean; fi
+	if [ -f Makefile ]; then $(MAKE) distclean; fi
 	rm -f build-stamp install-stamp
 
 config.status: patch-stamp
@@ -45,7 +45,7 @@
         # libc. OTHERLIBS introduces a dependency on libm that is also solved
         # by libc. XRENDERFONTLIBS fixes a problem with libxft-dev that defines
         # libfontconfig.
-	make DL_LIB="" OTHERLIBS=-lutil XRENDERFONTLIBS=-lXft jed xjed # getmail
+	$(MAKE) DL_LIB="" OTHERLIBS=-lutil XRENDERFONTLIBS=-lXft jed xjed # getmail
 
 	touch build-stamp
 
@@ -57,7 +57,7 @@
 	dh_installdirs -i
 
 	if ! [ -e src/objs/jed ]; then > src/objs/jed; fi
-	make DESTDIR=$(jed-common) install
+	$(MAKE) DESTDIR=$(jed-common) install
 	if ! [ -s src/objs/jed ]; then rm src/objs/jed; fi
 	rm -r $(jed-common)/usr/bin/
 	# fixme-upstream




More information about the Pkg-jed-commit mailing list