Variables ending with _SOURCES are specific to automake.
instructions_8051.c instructions_8051.h \
opcodes.h opcodes.c
-PERL_SOURCES = \
+PERL_SRC = \
opcodes2c.pl \
opcodes.lst
$(BUILT_SOURCES)
# These files are generated automatically by a perl script.
-$(BUILT_SOURCES) : $(PERL_SOURCES)
+$(BUILT_SOURCES) : $(PERL_SRC)
@echo " PERL opcodes2c.pl"
@$(srcdir)/opcodes2c.pl $(srcdir)/opcodes.lst $(builddir)
Makefile.in
EXTRA_DIST = \
- $(PERL_SOURCES)
+ $(PERL_SRC)