summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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"); \