[icestorm] 44/75: Fixed bogus '$$(' in icefuzz/Makefile

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Oct 7 15:52:08 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository icestorm.

commit f00cf391bd19dfe11863367b30752ca8a58fa2ab
Author: Clifford Wolf <clifford at clifford.at>
Date:   Wed Aug 19 09:09:17 2015 +0200

    Fixed bogus '$$(' in icefuzz/Makefile
---
 icefuzz/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/icefuzz/Makefile b/icefuzz/Makefile
index 59fb433..3620e10 100644
--- a/icefuzz/Makefile
+++ b/icefuzz/Makefile
@@ -64,12 +64,12 @@ define data_template
 data_$(1).txt: make_$(1).py ../icepack/icepack
 ifeq ($(EIGTHK),_8k)
 	ICE8KPINS=1 $(PYTHON) make_$(1).py
-	ICEDEV=hx8k-ct256 $$(MAKE) -C work_$(1)
-	$$(PYTHON) extract.py -8 work_$(1)/*.glb > $$@
+	ICEDEV=hx8k-ct256 $(MAKE) -C work_$(1)
+	$(PYTHON) extract.py -8 work_$(1)/*.glb > $$@
 else
-	$$(PYTHON) make_$(1).py
-	$$(MAKE) -C work_$(1)
-	$$(PYTHON) extract.py work_$(1)/*.glb > $$@
+	$(PYTHON) make_$(1).py
+	$(MAKE) -C work_$(1)
+	$(PYTHON) extract.py work_$(1)/*.glb > $$@
 endif
 endef
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/icestorm.git



More information about the debian-science-commits mailing list