diff options
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 833e726..5d3b28c 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -374,6 +374,11 @@ AUTOMAKE_OPTIONS = dejagnu no-dist foreign ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = doc po tooldir = $(exec_prefix)/$(target_alias) + +# Automake 1.10+ disables lex and yacc output file regeneration if +# maintainer mode is disabled. Avoid this. +am__skiplex = +am__skipyacc = AM_CFLAGS = $(WARN_CFLAGS) # these two are almost the same program |