summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-29 21:30:56 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-29 21:30:56 +0000
commitf2be7b42347b1a1f83a1c827831df13cc2532c8e (patch)
tree91bcc44128794349d6b77253d2a71908756b3c98
parente30ad6aab9d202ed5eda5994456b85bc28e5fbd5 (diff)
downloadquilt-f2be7b42347b1a1f83a1c827831df13cc2532c8e.tar.gz
- Makefile.in: Add a missing dependency.
-rw-r--r--Makefile.in4
-rw-r--r--quilt.changes5
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8f15ad4..e12940e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -372,6 +372,9 @@ ifneq ($(findstring test,$(MAKECMDGOALS))$(findstring check,$(MAKECMDGOALS)),)
-include test/.depend
endif # (test|check)
+quilt/refresh :: quilt/scripts/remove-trailing-ws
+quilt/mail :: quilt/scripts/edmail
+
# 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); \
@@ -379,7 +382,6 @@ test/.depend : Makefile $(TESTS)
{ print FILENAME, ":", "quilt/"$$1}' $(TESTS); \
$(AWK) 'sub(/.*\<quilt_command /, "") && ($$1 !~ /[^a-z]/) \
{ print FILENAME, ":", "quilt/"$$1 }' quilt/*.in; \
- echo "quilt/refresh :: quilt/scripts/remove-trailing-ws" \
) | sort -u | $(SED) -re 's:^test/(.*)\.test:test/.\1.ok:' > $@
ifneq ($(shell . $(QUILTRC) ; echo $$QUILT_PATCHES_PREFIX),)
diff --git a/quilt.changes b/quilt.changes
index ccb821e..9903857 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Jan 29 22:30:57 CET 2006 - agruen@suse.de
+
+- Makefile.in: Add a missing dependency.
+
+-------------------------------------------------------------------
Sun Jan 29 21:17:10 CET 2006 - khali@linux-fr.org
- quilt/files.in, bash_completion: Command files only works on