Emulate silent rule for sources built usin Perl script
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 10 Apr 2014 01:44:08 +0000 (21:44 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 13 Dec 2014 04:40:42 +0000 (23:40 -0500)
src/common/Makefile.am

index b061d6e..dfec983 100644 (file)
@@ -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 = \