diff options
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r-- | gold/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index a240795..d4c689b 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -342,6 +342,11 @@ LIBIBERTY = ../libiberty/libiberty.a @PLUGINS_TRUE@LIBDL = -ldl @THREADS_TRUE@THREADSLIB = -lpthread 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_LIBRARIES = libgold.a CCFILES = \ archive.cc \ |