If any change is made to the tester script, we want to run the checks
again, to catch any problem early.

Signed-off-by: Jean Delvare <jdelv...@suse.de>
---
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 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 FORCE
+test/.%.ok : test/%.test test/run FORCE
 else
-test/.%.ok : test/%.test
+test/.%.ok : test/%.test test/run
 endif
        @LANG=C; LC_ALL=C;                                              \
        export LANG LC_ALL;                                             \
-- 
Jean Delvare
SUSE L3 Support

_______________________________________________
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to