Makefile: Fix duplicate dependency warning.
This commit is contained in:
parent
5a1604ce20
commit
6c1fefff1b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue