[SCM] Extract bibliographic references from various sources branch, debian, updated. 37bef52e59a0f24c1f9ff85a64435c272cc3e1f8

Lionel Elie Mamane lionel at mamane.lu
Fri Sep 4 03:58:23 UTC 2009


The following commit has been merged in the debian branch:
commit 37bef52e59a0f24c1f9ff85a64435c272cc3e1f8
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Fri Sep 4 05:58:15 2009 +0200

    debian/rules: call $(MAKE) instead of "make" so that MAKEFLAGS really is active

diff --git a/debian/rules b/debian/rules
index 3fda2f2..cb9e3ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ build-arch-stamp: configure-stamp
 	dh_testdir
 	dh_prep -a
 
-	make -C $(BUILDDIR)
+	$(MAKE) -C $(BUILDDIR)
 	convert src/icons/cb2bib.png -resize 32x32 debian/cb2bib.xpm
 
 	touch build-arch-stamp

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list