changeset 4202:df4f83ee8ac3

[project @ 2002-11-24 19:11:11 by jwe]
author jwe
date Sun, 24 Nov 2002 19:11:11 +0000
parents 6acaf43c1725
children ffa7148af6ee
files kpathsea/ChangeLog kpathsea/Makefile.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kpathsea/ChangeLog	Sat Nov 23 19:36:21 2002 +0000
+++ b/kpathsea/ChangeLog	Sun Nov 24 19:11:11 2002 +0000
@@ -1,3 +1,7 @@
+2002-11-23  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (objects): Include basename.lo in the list.
+
 2002-11-08  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makefile.in (default all): Build the libarary only.
--- a/kpathsea/Makefile.in	Sat Nov 23 19:36:21 2002 +0000
+++ b/kpathsea/Makefile.in	Sun Nov 24 19:11:11 2002 +0000
@@ -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 \