summaryrefslogtreecommitdiff
path: root/Build/source/texk/make/tkpathsea.mk
blob: fdeb2a3cbb423b2c7d35b46ae7a9ba23937ed93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 \
	     $(top_srcdir)/../make/paths.mk
	cd $(kpathsea_dir) && $(MAKE) $(makeargs)

$(kpathsea_dir)/paths.h: $(kpathsea_srcdir)/texmf.cnf
	cd $(kpathsea_dir) && $(MAKE) $(makeargs)
# End of tkpathsea.mk.