From: Hugo Villeneuve Date: Thu, 10 Apr 2014 01:44:08 +0000 (-0400) Subject: Emulate silent rule for sources built usin Perl script X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=67b3ac642d150f57d2c17adf89f5b48a43b28e5e;p=emu8051.git Emulate silent rule for sources built usin Perl script --- 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 = \