diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:42:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:46:28 -0400 |
commit | b6143d31625b3869a6715c7479cf665272162b6f (patch) | |
tree | 184a9364dd09e60881ab953afcfc6f76c38e5756 /sim/v850 | |
parent | 4f2b181ecbcf53b75e0fb4dedaaf28499e0befb3 (diff) | |
download | fsf-binutils-gdb-b6143d31625b3869a6715c7479cf665272162b6f.zip fsf-binutils-gdb-b6143d31625b3869a6715c7479cf665272162b6f.tar.gz fsf-binutils-gdb-b6143d31625b3869a6715c7479cf665272162b6f.tar.bz2 |
sim: silence stamp touch rules
We pretty much never care about these stamp touches, so silence them.
Also switch to using $@ when it makes sense.
Diffstat (limited to 'sim/v850')
-rw-r--r-- | sim/v850/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index b514430..37b65b3 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -102,7 +102,7 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) $(IGEN) $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-engine.h engine.h $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-engine.c engine.c $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-irun.c irun.c - touch tmp-igen + $(SILENCE) touch $@ clean-extra: clean-igen rm -f table.c simops.h gencode |