$NetBSD: patch-aa,v 1.12 2000/04/17 05:34:13 rh Exp $ --- Makefile.in.orig Thu Mar 23 20:40:27 2000 +++ Makefile.in Mon Apr 17 07:27:50 2000 @@ -56,7 +56,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ SHTOOL = $(srcdir)/shtool -LIBTOOL = $(C)libtool +LIBTOOL = @LIBTOOL@ RM = rm -f RMDIR = rmdir TRUE = true @@ -227,14 +227,14 @@ $(SHTOOL) install -c -m 644 $(S)pth.m4 $(datadir)/aclocal/pth.m4 $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h @umask 022; $(LIBTOOL) --mode=install \ - $(SHTOOL) install -c libpth.la $(libdir)/libpth.la + install -c libpth.la $(libdir)/libpth.la install-pthread: $(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config $(SHTOOL) install -c -m 644 $(S)pthread-config.1 $(mandir)/man1/pthread-config.1 $(SHTOOL) install -c -m 644 pthread.h $(includedir)/pthread.h $(SHTOOL) install -c -m 644 $(S)pthread.3 $(mandir)/man3/pthread.3 @umask 022; $(LIBTOOL) --mode=install \ - $(SHTOOL) install -c libpthread.la $(libdir)/libpthread.la + install -c libpthread.la $(libdir)/libpthread.la # uninstall the package uninstall: