summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/man/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/man/Makefile.in')
-rw-r--r--Build/source/texk/web2c/man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in
index f99d413f97c..3be78cba580 100644
--- a/Build/source/texk/web2c/man/Makefile.in
+++ b/Build/source/texk/web2c/man/Makefile.in
@@ -686,7 +686,7 @@ $(man_files): sedscript
sedscript: $(KPATHSEA_PATHS_H)/kpathsea/paths.h
$(AM_V_GEN)( \
sed -n -e '/^#define/s/#define[ ][ ]*\([A-Z_a-z][A-Z_a-z]*\)[ ][ ]*\(.*\)/s%@\1@%\2%/p' \
- $< \
+ $(KPATHSEA_PATHS_H)/kpathsea/paths.h \
| sed -e 's/"//g' -e 's/[ ]*\/\*[^*]*\*\///g'; \
echo 's%@VER''SION@%$(VERSION)%'; \
echo 's%@BINDIR@%$(bindir)%'; \