$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.1 2015/07/19 23:46:08 naddy Exp $

Use standard shared library versioning.

Do not remove static library after building.  
This was also a race if MAKE_JOBS > 1.

--- gettext-tools/src/Makefile.in.orig	Wed Jul 15 03:32:29 2015
+++ gettext-tools/src/Makefile.in	Sat Jul 18 19:09:06 2015
@@ -2042,7 +2042,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
 # Need @LTLIBINTL@ because many source files use gettext().
 # Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c
 # use iconv().
-libgettextsrc_la_LDFLAGS = -release @VERSION@ \
+libgettextsrc_la_LDFLAGS = \
 	../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) @LTLIBINTL@ \
 	@LTLIBICONV@ @LTLIBEXPAT@ -lc -no-undefined $(am__append_2)
 libgettextsrc_la_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_3)
@@ -3420,7 +3420,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB
 
 
 # No need to install libgettextsrc.a, except on AIX.
-install-exec-hook: install-exec-clean
+install-exec-hook:
 install-exec-clean:
 	case "@host_os@" in \
 	  aix*) ;; \
