diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-08 12:34:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-08 12:35:08 -0400 |
commit | b50a658ac100edaef1d0a0f34e2586314f815f7b (patch) | |
tree | 469643bde8f8604d83260d587fe9a44b66649aa4 /sim/common/Make-common.in | |
parent | 532497fe6f812363e46a8812db0238b94d08c492 (diff) | |
download | gdb-b50a658ac100edaef1d0a0f34e2586314f815f7b.zip gdb-b50a658ac100edaef1d0a0f34e2586314f815f7b.tar.gz gdb-b50a658ac100edaef1d0a0f34e2586314f815f7b.tar.bz2 |
sim: touch modules target
If there are no updates to the file, touch the result so we don't
keep trying to regenerate it.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r-- | sim/common/Make-common.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 4edc54c..56b36b2 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -481,6 +481,7 @@ modules.c: Makefile $(SIM_OBJS:.o=.c) ) >$@.tmp $(SHELL) $(srcroot)/move-if-change $@.tmp $@ @rm -f $@.l-tmp $@.tmp + touch $@ # CGEN support. |