From 6c1fefff1b54c150dbdb6aeff5f4e7e5940433e8 Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Fri, 7 Aug 2015 01:55:35 +0200 Subject: Makefile: Fix duplicate dependency warning. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit