Mercurial > hg > octave-nkf
view kpathsea/make/tkpathsea.make @ 3788:c60b54937cfe
[project @ 2001-02-07 18:46:35 by jwe]
author | jwe |
---|---|
date | Wed, 07 Feb 2001 18:46:36 +0000 |
parents | c925de13bb22 |
children |
line wrap: on
line source
# tkpathsea.make -- target for remaking kpathsea. 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.make cd $(kpathsea_dir) && $(MAKE) $(makeargs) # End of tkpathsea.make.