mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +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>
|
2001-11-23 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/system.h: Include alloca.h.
|
* src/system.h: Include alloca.h.
|
||||||
|
|||||||
@@ -19,5 +19,5 @@ libbison_a_SOURCES = \
|
|||||||
quote.h quote.c quotearg.h quotearg.c \
|
quote.h quote.c quotearg.h quotearg.c \
|
||||||
xalloc.h xmalloc.c xstrdup.c
|
xalloc.h xmalloc.c xstrdup.c
|
||||||
|
|
||||||
libbison_a_LIBADD = @LIBOBJS@
|
libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
||||||
libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
|
libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
|
||||||
|
|||||||
Reference in New Issue
Block a user