[nethack] 04/04: Remove obsolete $(EXTRA_$1) argument from debian/rules

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 21 17:58:26 UTC 2016


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

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 8855720834dbb2127eb20b9fe0eb802c3c17276c
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Mon Mar 21 14:50:10 2016 +0000

    Remove obsolete $(EXTRA_$1) argument from debian/rules
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ddd7e8c..e4800cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,7 @@ define build_target
 	$(MAKE) LFLAGS='$(LFLAGS)' CFLAGS='$(CFLAGS)' LINK='$$(CC)' -C util makedefs
 	$(MAKE) LFLAGS='$(LFLAGS)' CFLAGS='$(CFLAGS) $(EXTRACPP_$1)' \
 		WINSRC='$(SRC_$1)' WINOBJ='$(OBJ_$1)' WINLIB='$(LIB_$1)' \
-		LINK='$$(CC)' $(EXTRA_$1) GAME='nethack-$1' \
-		-C src 'nethack-$1'
+		LINK='$$(CC)' GAME='nethack-$1' -C src 'nethack-$1'
 endef
 SRC_console = $$(WINTTYSRC)
 OBJ_console = $$(WINTTYOBJ)

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



More information about the Pkg-games-commits mailing list