Description: Add missing dependency
Forwarded: https://github.com/markstory/sphinxcontrib-phpdomain/pull/73
Bug-Debian: http://bugs.debian.org/1105583
Author: Fab Stz <fabstz-it@yahoo.fr>
Last-Update: 2025-08-18

--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -41,7 +41,7 @@
 	# to keep fixtures easier to manage.
 	xmllint $(BUILDDIR)/html/$* --xpath '//div[@role="main"]' | xmllint --format - > $(BUILDDIR)/html/$*.result
 
-compareresult-%:
+compareresult-%: $(BUILDDIR)/html/%.result
 	# compare test_doc.html and test_doc.html.result
 	diff -u $* $(BUILDDIR)/html/$*.result
 
