summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in6
-rw-r--r--quilt.changes5
2 files changed, 8 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:' > $@
diff --git a/quilt.changes b/quilt.changes
index 06bf3ee..084e0e1 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 23 16:00:39 CET 2006 - jayvdb@gmail.com
+
+- Fix make check-all and make check-*.
+
+-------------------------------------------------------------------
Mon Jan 23 13:51:29 CET 2006 - agruen@suse.de
- configure.ac: Require GNU patch 2.4+.