mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-02-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
|
||||
|
||||
2002-02-13 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* src/output.c (output_rule_data): Don't output NULL, it might
|
||||
|
||||
@@ -30,9 +30,9 @@ INCLUDES = -I$(top_builddir)/intl \
|
||||
-I$(top_srcdir)/lib
|
||||
|
||||
# Heck, we are still using an old version of Automake which does not
|
||||
# understand LIBOBJ additions using $objext...
|
||||
|
||||
EXTRA_DIST = malloc.c realloc.c
|
||||
# understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from
|
||||
# configure.in).
|
||||
EXTRA_DIST = malloc.c realloc.c strnlen.c
|
||||
|
||||
libbison_a_SOURCES = \
|
||||
basename.c dirname.h dirname.c \
|
||||
|
||||
Reference in New Issue
Block a user