[mupen64plus] 238/262: Don't mix implicit and explicit rules to prevent FTBFS with make 3.82

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:44 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 7c4034735c623016106c2b693f90b2c744c69437
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Aug 21 17:56:01 2011 +0200

    Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8b2754d..cd7ae30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mupen64plus (1.99.4+4) UNRELEASED; urgency=low
+
+  * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
+
+ -- Sven Eckelmann <sven at narfation.org>  Sun, 21 Aug 2011 17:54:29 +0200
+
 mupen64plus (1.99.4+3) unstable; urgency=low
 
   * Upgraded to policy 3.9.2, no changes required
diff --git a/debian/rules b/debian/rules
index 39a2ac9..49e1ba9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %:
+binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep:
 	dh $@
 
 .PHONY: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep

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



More information about the Pkg-games-commits mailing list