]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't ignore LIBS.
authorBruno Haible <bruno@clisp.org>
Mon, 5 May 2003 09:08:47 +0000 (09:08 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:26 +0000 (12:10 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in

index db42056ebd8767e3546ad55aa6499494599e5547..6eb4ce149c5ae31339026fc406315fa50341f54d 100644 (file)
@@ -1,3 +1,9 @@
+2003-05-03  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in (LIBS): New variable.
+       (libintl.la, libgnuintl.la): Use it.
+       Reported by Andreas Buening <andreas.buening@nexgo.de>.
+
 2003-04-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: New variables ABIFLAGS, DEFS. Avoid rules with no
index 26bfdc840aab4e05b4ab4e0989b4aac892cbbbf2..f8a1c794bc614686ae9d954b82bff214888bdf53 100644 (file)
@@ -59,6 +59,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
 CPPFLAGS = @CPPFLAGS@
 CFLAGS = @CFLAGS@
 LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
 
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
 
@@ -143,7 +144,7 @@ libintl.a libgnuintl.a: $(OBJECTS)
 libintl.la libgnuintl.la: $(OBJECTS)
        $(LIBTOOL) --mode=link \
          $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
-         $(OBJECTS) @LTLIBICONV@ -lc \
+         $(OBJECTS) @LTLIBICONV@ $(LIBS) -lc \
          -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
          -rpath $(libdir) \
          -no-undefined