tentative fix for issue 3 (ex 53)
[mplib] / src / texk / make / tkpathsea.mk
1 # tkpathsea.mk -- target for remaking kpathsea.
2 makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' $(XMAKEARGS)
3
4 # This is wrong: the library doesn't depend on kpsewhich.c or
5 # acconfig.h.  But what to do?
6 $(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \
7              $(kpathsea_srcdir)/texmf.in $(top_srcdir)/../make/paths.mk
8         cd $(kpathsea_dir) && $(MAKE) $(makeargs)
9
10 $(kpathsea_dir)/paths.h: $(kpathsea_srcdir)/texmf.in
11         cd $(kpathsea_dir) && $(MAKE) $(makeargs)
12 # End of tkpathsea.mk.