summaryrefslogtreecommitdiff
path: root/devel/pth/patches/patch-aa
blob: 1c69a4628e06a9f574038e6c46a1fdc0f4d36ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$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: