[bloboats] 05/16: Replace make with $(MAKE)

Markus Koschany apo at moszumanska.debian.org
Sun Jul 10 20:52:52 UTC 2016


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

apo pushed a commit to branch master
in repository bloboats.

commit e6597dd8997be534e9624d94cb70e803aeeb3da6
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jul 10 22:04:21 2016 +0200

    Replace make with $(MAKE)
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0d12d79..4f51045 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,10 @@
 
 
 override_dh_auto_build:
-	make DATADIR=/usr/share/games/bloboats
+	$(MAKE) DATADIR=/usr/share/games/bloboats
 
 override_dh_auto_install:
-	make \
+	$(MAKE) \
 		DATADIR=/usr/share/games/bloboats \
 		DESTDIR=debian/bloboats \
 		BINARYDIR=/usr/games install

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



More information about the Pkg-games-commits mailing list