]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid link errors on some systems.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Mar 2002 15:37:15 +0000 (15:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:48 +0000 (12:07 +0200)
src/ChangeLog
src/Makefile.am

index 2ea87a18f530512c1277b444007a1451783b1623..b56eaad4d92861ffb113c4f2c79ec3a386d68e4e 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-07  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (msginit_LDADD): Use @INTL_LIBTOOL_SUFFIX_PREFIX@o
+       instead of $(OBJEXT).
+
 2002-03-05  Bruno Haible  <bruno@clisp.org>
 
        * hostname.c (s6_addr16): Define if not defined by the system.
index 0d7c2851a3b6f3e3e0aa3f001dbcb7dd6fe0c022..c200e06445bed4649578c3511748dc94e1993dcb 100644 (file)
@@ -128,7 +128,8 @@ msgen_LDADD = libgettextsrc.la
 msgexec_LDADD = libgettextsrc.la
 msgfilter_LDADD = libgettextsrc.la
 msggrep_LDADD = libgettextsrc.la
-msginit_LDADD = ../intl/localealias.$(OBJEXT) ../intl/localename.$(OBJEXT) \
+msginit_LDADD = ../intl/localealias.@INTL_LIBTOOL_SUFFIX_PREFIX@o \
+                ../intl/localename.@INTL_LIBTOOL_SUFFIX_PREFIX@o \
                 libgettextsrc.la
 msguniq_LDADD = libgettextsrc.la