# HG changeset patch # User jwe # Date 1038165071 0 # Node ID df4f83ee8ac329cafeb130b053799b85a8b8338f # Parent 6acaf43c172505e542e2c839434898674a656343 [project @ 2002-11-24 19:11:11 by jwe] diff --git a/kpathsea/ChangeLog b/kpathsea/ChangeLog --- a/kpathsea/ChangeLog +++ b/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2002-11-23 John W. Eaton + + * Makefile.in (objects): Include basename.lo in the list. + 2002-11-08 John W. Eaton * Makefile.in (default all): Build the libarary only. diff --git a/kpathsea/Makefile.in b/kpathsea/Makefile.in --- a/kpathsea/Makefile.in +++ b/kpathsea/Makefile.in @@ -218,7 +218,8 @@ # Put tex-file.o first, because it's what depends on the paths, and may # reduce frustration if the paths are wrong by doing it first. -objects = tex-file.lo absolute.lo atou.lo cnf.lo concat.lo concat3.lo \ +objects = \ +tex-file.lo absolute.lo atou.lo basename.lo cnf.lo concat.lo concat3.lo \ concatn.lo db.lo debug.lo dir.lo elt-dirs.lo expand.lo extend-fname.lo \ file-p.lo find-suffix.lo fn.lo fontmap.lo getopt.lo getopt1.lo hash.lo \ kdefault.lo line.lo magstep.lo make-suffix.lo path-elt.lo \