changeset 4161:8eb844b6349b

[project @ 2002-11-09 04:02:23 by jwe]
author jwe
date Sat, 09 Nov 2002 04:02:23 +0000
parents b822bfbb2277
children bcdf1c264e08
files kpathsea/ChangeLog kpathsea/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kpathsea/ChangeLog	Fri Nov 08 19:51:28 2002 +0000
+++ b/kpathsea/ChangeLog	Sat Nov 09 04:02:23 2002 +0000
@@ -1,3 +1,7 @@
+2002-11-08  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (default all): Build the libarary only.
+
 2002-09-26  Paul Kienzle <pkienzle@users.sf.net>
 
         * config.h: Remove MINGW32 conflicts with win32lib.h.
--- a/kpathsea/Makefile.in	Fri Nov 08 19:51:28 2002 +0000
+++ b/kpathsea/Makefile.in	Sat Nov 09 04:02:23 2002 +0000
@@ -237,7 +237,7 @@
 .c.lo:
 	$(KPATHSEA_CC) $< $(ALL_CFLAGS)
 
-default all: kpsewhich kpsestat access readlink $(library).info manfiles
+default all: $(kpathsea)
 
 kpsewhich: $(kpathsea) kpsewhich.o
 	$(kpathsea_link) kpsewhich.o $(LOADLIBES)