diff options
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r-- | gold/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index 876cc9b..8d8b617 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -29,6 +29,11 @@ endif AM_YFLAGS = -d +# Automake 1.10+ disables lex and yacc output file regeneration if +# maintainer mode is disabled. Avoid this. +am__skiplex = +am__skipyacc = + noinst_PROGRAMS = ld-new noinst_LIBRARIES = libgold.a |