shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi-debian rules


From: shishi-commit
Subject: shishi-debian rules
Date: Mon, 03 Dec 2007 11:27:05 +0000

CVSROOT:        /sources/shishi
Module name:    shishi-debian
Changes by:     Simon Josefsson <jas>   07/12/03 11:27:05

Modified files:
        .              : rules 

Log message:
        Use $(MAKE) rather than make
        Fixes jobserver warning during paralell builds.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/shishi-debian/rules?cvsroot=shishi&r1=1.19&r2=1.20

Patches:
Index: rules
===================================================================
RCS file: /sources/shishi/shishi-debian/rules,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- rules       3 Sep 2007 08:37:22 -0000       1.19
+++ rules       3 Dec 2007 11:27:05 -0000       1.20
@@ -15,4 +15,4 @@
 
 # Build manual.
 common-install-prehook-indep:: common-install-prehook-impl
-       cd doc && make install-ps install-pdf install-html 
DESTDIR=$(DEB_DESTDIR)
+       cd doc && $(MAKE) install-ps install-pdf install-html 
DESTDIR=$(DEB_DESTDIR)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]