summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2015-08-07 01:55:35 +0200
committerMichael Schwarz <michi.schwarz@gmail.com>2015-08-07 02:03:36 +0200
commit6c1fefff1b54c150dbdb6aeff5f4e7e5940433e8 (patch)
treea4537afa9ea60d26d5a6f0cfe7393716d70e8170 /Makefile
parent5a1604ce202077da2823bf63f4400dd9343a17df (diff)
downloadpogojig-6c1fefff1b54c150dbdb6aeff5f4e7e5940433e8.tar.gz
pogojig-6c1fefff1b54c150dbdb6aeff5f4e7e5940433e8.tar.bz2
pogojig-6c1fefff1b54c150dbdb6aeff5f4e7e5940433e8.zip
Makefile: Fix duplicate dependency warning.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0aedd9e..d1bfa08 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ $(SCAD_STL_FILES): %.stl: %.scad $(GLOBAL_DEPS) | $(SCAD_ORDER_DEPS)
$(PYTHON_CMD) -m openscad $< $@ $*.d
# Rule to export an SVG file to an Asymptote file.
-$(ASY_PDF_FILES): %.pdf: %.asy $(GLOBAL_DEPS) $(COMPILED_SRC_FILES) $(SVG_ASY_FILES)
+$(ASY_PDF_FILES): %.pdf: $(ASY_DEPS) $(GLOBAL_DEPS)
$(ASYMPTOTE_CMD) $*.asy $@
# Rule for automaticaly generated OpenSCAD files.