diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-03 23:09:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-03 23:09:21 +0000 |
commit | 2186f87c22134bca15f6a62d316785cbf3a6d965 (patch) | |
tree | 5071f38cfbef22891311223fe4b1858bab8c3f9f /Build/source/texk/kpathsea/man | |
parent | c3677ef2ed576e61f80f01036738e561b25ff2c1 (diff) |
no $< in non-suffix rules
git-svn-id: svn://tug.org/texlive/trunk@33363 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/man')
-rw-r--r-- | Build/source/texk/kpathsea/man/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/man/Makefile.in b/Build/source/texk/kpathsea/man/Makefile.in index 0184e25d002..6f8e27033dc 100644 --- a/Build/source/texk/kpathsea/man/Makefile.in +++ b/Build/source/texk/kpathsea/man/Makefile.in @@ -548,7 +548,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)%'; \ |