summaryrefslogtreecommitdiff
path: root/devel/gettext/patches/patch-ac
blob: ea4848e55d9b13878770b6e4ba27e92304c155d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.3 2002/08/19 19:20:32 seb Exp $

--- intl/Makefile.in.orig	Mon Apr 27 23:53:18 1998
+++ intl/Makefile.in
@@ -119,11 +119,11 @@ install-exec: all
 	    $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
 	  fi; \
 	  $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
-	  $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
+	  $(LIBTOOL) --mode=install ${INSTALL_DATA} libintl.la $(libdir); \
 	else \
 	  : ; \
 	fi
-install-data: all
+install-data:
 	if test "$(PACKAGE)" = "gettext"; then \
 	  if test -r $(MKINSTALLDIRS); then \
 	    $(MKINSTALLDIRS) $(gettextsrcdir); \