summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-10 23:43:17 +0000
committerKarl Berry <karl@freefriends.org>2009-05-10 23:43:17 +0000
commit9d82df118e59eabadef4cda0755a187da4b387cb (patch)
treedb7167d6acc79d4280b6efb344244a163d751304 /Build/source/texk/kpathsea/Makefile.am
parentc503dd0f585916cebea4f4c3d141b37c25bb617c (diff)
depend on stamp-paths instead of recursing to create it
git-svn-id: svn://tug.org/texlive/trunk@13037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r--Build/source/texk/kpathsea/Makefile.am3
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/[ ]*$$//' $< \