Skip to content

Commit ce93cd2

Browse files
authored
Merge pull request #73 from tenzap/master
add missing dependency to target
2 parents b704e8e + f75fb0a commit ce93cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $(BUILDDIR)/html/%.result: $(BUILDDIR)/html/%
4141
# to keep fixtures easier to manage.
4242
xmllint $(BUILDDIR)/html/$* --xpath '//div[@role="main"]' | xmllint --format - > $(BUILDDIR)/html/$*.result
4343

44-
compareresult-%:
44+
compareresult-%: $(BUILDDIR)/html/%.result
4545
# compare test_doc.html and test_doc.html.result
4646
diff -u $* $(BUILDDIR)/html/$*.result
4747

0 commit comments

Comments
 (0)