$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.7 2014/07/10 22:41:11 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	Tue Jun 10 07:42:50 2014
+++ gettext-tools/src/Makefile.in	Thu Jul 10 23:27:04 2014
@@ -2004,7 +2004,7 @@ urlget_SOURCES = urlget.c
 # 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@ -lc -no-undefined $(am__append_2)
 libgettextsrc_la_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_3)
@@ -3372,7 +3372,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB
 
 
 # No need to install libgettextsrc.a, except on AIX.
-install-exec-local: install-libLTLIBRARIES install-exec-clean
+install-exec-local: install-libLTLIBRARIES
 install-exec-clean:
 	case "@host_os@" in \
 	  aix*) ;; \
