blob: dd1b6d173e1598aacf52d699d2ee243531e81d9b (
plain)
1
2
3
4
5
6
7
8
9
|
# tkpathsea.make -- remaking kpathsea.
makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' $(XMAKEARGS)
$(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \
$(kpathsea_srcdir)/texmf.cnf.in $(top_srcdir)/../make/paths.make
cd $(kpathsea_dir); $(MAKE) $(makeargs)
# End of tkpathsea.make.
|