summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-23 15:01:42 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-23 15:01:42 +0000
commit9846b9ae3902d3d4d51a54e775c78cb0f9eb29c1 (patch)
tree7ae5146d958c5be9cadb1fb124eb404940e863b8 /Makefile.in
parentf7a772c2f872ed1b5b4a69c9c55f1281cbee625a (diff)
downloadquilt-9846b9ae3902d3d4d51a54e775c78cb0f9eb29c1.tar.gz
- Fix make check-all and make check-*.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 9394578..5d3bc6e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -369,11 +369,11 @@ endif # (test|check)
# Include a run-time generated list of dependencies for each test case
test/.depend : Makefile $(TESTS)
- @( printf "%s :: bin/quilt quilt/scripts/patchfns $(LIB:%=lib/%) $(COMPAT)\n" $(TESTS); \
+ @( printf "%s : bin/quilt quilt/scripts/patchfns $(LIB:%=lib/%) $(COMPAT)\n" $(TESTS); \
$(AWK) 'sub(/.*\$$ *quilt /, "") \
- { print FILENAME, "::", "quilt/"$$1}' $(TESTS); \
+ { print FILENAME, ":", "quilt/"$$1}' $(TESTS); \
$(AWK) 'sub(/.*\<quilt_command /, "") && ($$1 !~ /[^a-z]/) \
- { print FILENAME, "::", "quilt/"$$1 }' quilt/*.in; \
+ { print FILENAME, ":", "quilt/"$$1 }' quilt/*.in; \
echo "quilt/refresh :: quilt/scripts/remove-trailing-ws" \
) | sort -u | $(SED) -re 's:^test/(.*)\.test:test/.\1.ok:' > $@