44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
$NetBSD: patch-ah,v 1.9 2013/01/31 21:45:04 adam Exp $
|
|
|
|
--- gettext-tools/src/Makefile.in.orig 2012-12-25 05:33:34.000000000 +0000
|
|
+++ gettext-tools/src/Makefile.in
|
|
@@ -2901,7 +2901,7 @@ install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|
|
|
|
-install-exec-am: install-binPROGRAMS install-exec-local \
|
|
+install-exec-am: install-binPROGRAMS \
|
|
install-libLTLIBRARIES
|
|
|
|
install-html: install-html-am
|
|
@@ -2965,14 +2965,6 @@ uninstall-am: uninstall-binPROGRAMS unin
|
|
uninstall-local
|
|
|
|
|
|
-# No need to install libgettextsrc.a, except on AIX.
|
|
-install-exec-local: install-libLTLIBRARIES install-exec-clean
|
|
-install-exec-clean:
|
|
- case "@host_os@" in \
|
|
- aix*) ;; \
|
|
- *) $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a ;; \
|
|
- esac
|
|
-
|
|
po-lex.o po-lex.lo: po-gram-gen2.h
|
|
po-gram-gen2.h: po-gram-gen.h
|
|
$(SED) -e 's/yy/po_gram_/g' -e 's/extern /extern DLL_VARIABLE /' $(srcdir)/po-gram-gen.h > $@-tmp
|
|
@@ -3076,12 +3068,12 @@ uninstall-csharp-yes: all-csharp-yes
|
|
$(RM) $(DESTDIR)$(pkglibdir)/msgunfmt.net.exe
|
|
uninstall-csharp-no:
|
|
|
|
-install-data-local: install-tcl
|
|
+install-data-local:
|
|
install-tcl:
|
|
$(mkdir_p) $(DESTDIR)$(pkgdatadir)
|
|
$(INSTALL_DATA) $(srcdir)/msgunfmt.tcl $(DESTDIR)$(pkgdatadir)/msgunfmt.tcl
|
|
|
|
-installdirs-local: installdirs-tcl
|
|
+installdirs-local:
|
|
installdirs-tcl:
|
|
$(mkdir_p) $(DESTDIR)$(pkgdatadir)
|
|
|