$NetBSD: patch-aa,v 1.4 2001/03/05 12:35:33 skrll Exp $ --- Makefile.in.orig Thu Jun 8 20:35:14 2000 +++ Makefile.in @@ -35,7 +35,7 @@ DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ +pkglibdir = $(libdir)/tcl/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . @@ -127,7 +127,7 @@ pkglib_LTLIBRARIES = libtclgdbm.la man_MANS = tclgdbm.n -pkgindexdir = $(libdir)/@PACKAGE@ +pkgindexdir = $(libdir)/tcl/@PACKAGE@ pkgindex_DATA = pkgIndex.tcl # tclStubLib.c is a dummy file just to fool automake @@ -491,11 +491,6 @@ test: echo 'load .libs/libtclgdbm.so Tclgdbm ; source torture.tcl' | tclsh@TCL_VERSION@ - -# override normal libtool rule -tclStubLib.lo : @TCL_STUB_LIB_PATH@ - ar -x @TCL_STUB_LIB_PATH@ - mv tclStubLib.o tclStubLib.lo # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.