mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-11-23 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
|
||||
|
||||
2001-11-23 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/system.h: Include alloca.h.
|
||||
|
||||
@@ -19,5 +19,5 @@ libbison_a_SOURCES = \
|
||||
quote.h quote.c quotearg.h quotearg.c \
|
||||
xalloc.h xmalloc.c xstrdup.c
|
||||
|
||||
libbison_a_LIBADD = @LIBOBJS@
|
||||
libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
||||
libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
|
||||
|
||||
Reference in New Issue
Block a user