summaryrefslogtreecommitdiff
path: root/devel/pth/patches/patch-aa
blob: 66957323c0aba8e5d3abf02295a464abaacc6c9c (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
31
32
33
$NetBSD: patch-aa,v 1.11 2000/03/13 01:20:27 wiz Exp $

--- Makefile.in.orig	Mon Feb 28 17:19:49 2000
+++ Makefile.in	Mon Mar 13 01:53:46 2000
@@ -53,10 +53,10 @@
 CC          = @CC@
 CPPFLAGS    = @CPPFLAGS@ -I.
 CFLAGS      = @CFLAGS@
-LDFLAGS     = @LDFLAGS@ -L.
+LDFLAGS     = @LDFLAGS@
 LIBS        = @LIBS@
 SHTOOL      = $(srcdir)/shtool
-LIBTOOL     = $(C)libtool
+LIBTOOL     = @LIBTOOL@
 RM          = rm -f
 RMDIR       = rmdir
 TRUE        = true
@@ -226,13 +226,13 @@
 	$(SHTOOL) install -c -m 644 $(S)pth.3 $(mandir)/man3/pth.3
 	$(SHTOOL) install -c -m 644 $(S)pth.m4 $(datadir)/aclocal/pth.m4
 	$(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h
-	@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpth.la $(libdir)/libpth.la
+	@$(LIBTOOL) --mode=install install -c -m 644 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
-	@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpthread.la $(libdir)/libpthread.la
+	@$(LIBTOOL) --mode=install install -c -m 644 libpthread.la $(libdir)/libpthread.la
 
 #   uninstall the package
 uninstall: