projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73774e5
)
Emulate silent rule for sources built usin Perl script
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 10 Apr 2014 01:44:08 +0000
(21:44 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 13 Dec 2014 04:40:42 +0000
(23:40 -0500)
src/common/Makefile.am
patch
|
blob
|
history
diff --git
a/src/common/Makefile.am
b/src/common/Makefile.am
index
b061d6e
..
dfec983
100644
(file)
--- 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 = \