[boinc] 01/01: use dh_auto_build instead of $(MAKE)

Guo Yixuan yixuan-guest at moszumanska.debian.org
Mon May 26 21:57:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

yixuan-guest pushed a commit to branch master
in repository boinc.

commit 0949f23cefee0cf0f5b092d5d1ece28801f41e35
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon May 26 17:57:12 2014 -0400

    use dh_auto_build instead of $(MAKE)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cb85882..eb2564b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -279,7 +279,7 @@ ifeq (,$(ENABLE_SERVER_TEST))
 	$(MAKE) -C zip CFLAGS="$(CFLAGS_plain) -fPIC" CXXFLAGS="$(CXXFLAGS_plain) -fPIC"
 	$(MAKE) -C zip/unzip CFLAGS="$(CFLAGS_plain) -fPIC" CXXFLAGS="$(CXXFLAGS_plain) -fPIC"
 endif
-	$(MAKE)
+	dh_auto_build
 
 	# Generate binary message catalogs of the BOINC Manager.
 #	if [ -d locale ]; then \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list