From 67b3ac642d150f57d2c17adf89f5b48a43b28e5e Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 9 Apr 2014 21:44:08 -0400 Subject: [PATCH] Emulate silent rule for sources built usin Perl script --- src/common/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index b061d6e..dfec983 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -34,7 +34,9 @@ nodist_libemu8051_a_SOURCES = \ # These files are generated automatically by a perl script. $(BUILT_SOURCES) : $(PERL_SRC) - @echo " PERL opcodes2c.pl" + @for f in $(BUILT_SOURCES); do \ + echo " GEN $$f"; \ + done @$(srcdir)/opcodes2c.pl $(srcdir)/opcodes.lst $(builddir) CLEANFILES = \ -- 2.20.1