aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xilinx.mk
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:14:16 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:14:16 -0400
commit46cd0609866fff203be9a1fb9da60bb8100bd0aa (patch)
tree1717a2c8299611401412b0e5d73170f145217bbd /contrib/xilinx.mk
parent10199d449f4d20786af2e8abb303d65db98f7d30 (diff)
downloadbasic-hdl-template-46cd0609866fff203be9a1fb9da60bb8100bd0aa.tar.gz
basic-hdl-template-46cd0609866fff203be9a1fb9da60bb8100bd0aa.zip
don't re-coregen after every little Makefile tweak
Diffstat (limited to 'contrib/xilinx.mk')
-rw-r--r--contrib/xilinx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index 253b91e..49cb052 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -80,7 +80,7 @@ $(2): $(1)
endef
$(foreach ngc,$(corengcs),$(eval $(call cp_template,$(ngc),$(notdir $(ngc)))))
-$(coregen_work_dir)/$(project).cgp: contrib/template.cgp $(mkfiles)
+$(coregen_work_dir)/$(project).cgp: contrib/template.cgp
@if [ -d $(coregen_work_dir) ]; then \
rm -rf $(coregen_work_dir)/*; \
else \