mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
* src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq linker.
This commit is contained in:
@@ -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>
|
2002-11-12 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* Makefile.maint: Sync with Autoconf:
|
* Makefile.maint: Sync with Autoconf:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ AM_YFLAGS = "-dv"
|
|||||||
INCLUDES = -I$(top_builddir) \
|
INCLUDES = -I$(top_builddir) \
|
||||||
-I$(top_srcdir)/lib
|
-I$(top_srcdir)/lib
|
||||||
|
|
||||||
LDADD = $(INTLLIBS) ../lib/libbison.a
|
LDADD = ../lib/libbison.a $(LIBINTL)
|
||||||
|
|
||||||
bin_PROGRAMS = bison
|
bin_PROGRAMS = bison
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user