Fix yacc and lex reruns with maintainer-mode off.
[deliverable/binutils-gdb.git] / gas / Makefile.in
index f385064b178670cedc6706cca94887c55581e8d9..9f6f02e27b119850771c44d89d80a26738a81925 100644 (file)
@@ -280,6 +280,11 @@ AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist
 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)
 TARG_CPU = @target_cpu_type@
 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
This page took 0.024423 seconds and 4 git commands to generate.