$NetBSD: patch-ak,v 1.2 2002/02/18 15:14:32 seb Exp $ --- kpathsea/Makefile.in.orig Mon May 4 18:36:19 1998 +++ kpathsea/Makefile.in @@ -148,6 +148,7 @@ INSTALL_SCRIPT = $(INSTALL_PROGRAM) INSTALL_DATA = @INSTALL_DATA@ INSTALL_LIBTOOL_LIBS = INSTALL_DATA='$(INSTALL_DATA)' $(LIBTOOL) install-lib +INSTALL_LIBTOOL_THISLIB = INSTALL_DATA='$(LN)' $(LIBTOOL) install-lib INSTALL_LIBTOOL_PROG = INSTALL_PROGRAM='$(INSTALL_PROGRAM)' $(LIBTOOL) install-prog # Creating (symbolic) links. @@ -189,7 +190,6 @@ # End of programs.make. # texi.make -- making .dvi and .info from .texi. -MAKEINFO = makeinfo MAKEINFO_FLAGS = --paragraph-indent=2 -I$(srcdir) TEXI2DVI = texi2dvi @@ -253,7 +253,7 @@ $(kpathsea): $(objects) klibtool.version $(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects) - $(INSTALL_LIBTOOL_LIBS) . lib$(library).la + $(INSTALL_LIBTOOL_THISLIB) . lib$(library).la # All the objects depend on the klibtool configuration file. $(objects): klibtool.config