summaryrefslogtreecommitdiff
path: root/Build/source/texk/make/tkpathsea.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/make/tkpathsea.mk')
-rw-r--r--Build/source/texk/make/tkpathsea.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/make/tkpathsea.mk b/Build/source/texk/make/tkpathsea.mk
index b337ce1858f..fdeb2a3cbb4 100644
--- a/Build/source/texk/make/tkpathsea.mk
+++ b/Build/source/texk/make/tkpathsea.mk
@@ -1,12 +1,13 @@
# tkpathsea.mk -- target for remaking kpathsea.
+# $Id$
makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' $(XMAKEARGS)
# This is wrong: the library doesn't depend on kpsewhich.c or
# acconfig.h. But what to do?
$(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \
- $(kpathsea_srcdir)/texmf.in $(top_srcdir)/../make/paths.mk
+ $(top_srcdir)/../make/paths.mk
cd $(kpathsea_dir) && $(MAKE) $(makeargs)
-$(kpathsea_dir)/paths.h: $(kpathsea_srcdir)/texmf.in
+$(kpathsea_dir)/paths.h: $(kpathsea_srcdir)/texmf.cnf
cd $(kpathsea_dir) && $(MAKE) $(makeargs)
# End of tkpathsea.mk.