Navigation Menu

Skip to content

Commit

Permalink
fix(build): Correct typo in test dependencies causing no font downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 9, 2020
1 parent 9423142 commit ad49a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -175,7 +175,7 @@ define runsile =
fi
endef

patterndeps = $(wildcard $(DEPDIR)/$*.d) all $(and $(filter tests/%,$*),testprep)
patterndeps = $(wildcard $(DEPDIR)/$*.d) all $(and $(filter tests/%,$@),testprep)

%.pdf: %.sil $(and $(SILE_COVERAGE)$(CLEAN),force) $$(patterndeps)
$(runsile)
Expand Down

0 comments on commit ad49a85

Please sign in to comment.