diff options
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index bac787dcca0..2f3c7bfa224 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -182,8 +182,7 @@ $(kpseinclude_HEADERS): paths.h ## We also replace all semicolons with colons in the paths. ## The path-splitting code should be changed to understand both. # -paths.h: - $(MAKE) $(AM_MAKE_FLAGS) stamp-paths +paths.h: stamp-paths stamp-paths: texmf.cnf echo "/* paths.h: Generated from texmf.cnf. */" >paths.tmp sed -e 's/%.*//' -e 's/^[ ]*//' -e 's/[ ]*$$//' $< \ |