summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-19 18:27:35 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-19 18:27:35 +0000
commit6f1eaaad937aea1b54d05fbc03c956932053ac8a (patch)
tree34c974dd8ed87b5cf84a2e9e6e0113bd676d80fa /Makefile.in
parent486d00084a64885a59c6793dfb8b901e02182b45 (diff)
downloadquilt-6f1eaaad937aea1b54d05fbc03c956932053ac8a.tar.gz
- Makefile.in: Fix harmless error message in reference rule.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6c69530..4f4d99d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -209,7 +209,7 @@ doc/quilt.1: doc/quilt.1.in $(QUILT:%=quilt/%) compat-programs
reference : $(QUILT:%=quilt/%) compat-programs scripts/patchfns
@export PATH="`pwd`/compat:$$PATH"; \
dir=$(CURDIR); \
- for i in $(filter-out scripts/patchfns,$+); \
+ for i in $(QUILT:%=quilt/%); \
do \
echo; \
($(BASH) -c ". scripts/patchfns ; cd $$dir ;LC_ALL=C . $$i -h"); \