diff options
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 949883a..29afa8c 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -498,8 +498,7 @@ e-i386elf.o: $(srcdir)/config/e-i386elf.c # The m68k operand parser. -# Commented out, doesn't work with recent automake. -#EXTRA_as_new_SOURCES = config/m68k-parse.y +EXTRA_as_new_SOURCES = config/m68k-parse.y m68k-parse.c: $(srcdir)/config/m68k-parse.y $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/config/m68k-parse.y y.tab.c m68k-parse.c -- |