]> git.saurik.com Git - bison.git/commitdiff
* src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
authorAkim Demaille <akim@epita.fr>
Tue, 12 Nov 2002 17:51:38 +0000 (17:51 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 12 Nov 2002 17:51:38 +0000 (17:51 +0000)
duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
linker.

ChangeLog
src/Makefile.am

index 8a7c064e66b980406019ce9bf80db996da01d160..7ca032a5f63f2700716b5fa4bb7020017199639d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-12  Albert Chin-A-Young <china@thewrittenword.com>
+
+       * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
+       duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
+       linker.
+
 2002-11-12  Akim Demaille  <akim@epita.fr>
 
        * Makefile.maint: Sync with Autoconf:
index 78e7a422f7da1d6a2abaf6196116880fb385333a..9dbad8b04ac676a48687670ffe57ffdbd2118d7a 100644 (file)
@@ -26,7 +26,7 @@ AM_YFLAGS = "-dv"
 INCLUDES = -I$(top_builddir)      \
            -I$(top_srcdir)/lib
 
-LDADD = $(INTLLIBS) ../lib/libbison.a
+LDADD = ../lib/libbison.a $(LIBINTL)
 
 bin_PROGRAMS = bison