summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a4a6d5..ad8934d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -403,9 +403,9 @@ endif
# Each tests dependencies are stored in test/.depend
ifneq ($(findstring check-,$(MAKECMDGOALS)),)
-test/.%.ok : test/%.test test/run FORCE
+test/.%.ok : test/%.test test/run test/test.quiltrc FORCE
else
-test/.%.ok : test/%.test test/run
+test/.%.ok : test/%.test test/run test/test.quiltrc
endif
@LANG=C; LC_ALL=C; \
export LANG LC_ALL; \