diff options
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index c710449..b5a2c26 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1585,9 +1585,9 @@ nltvals: $(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def common/version.c: $(srcroot)/gdb/version.in $(srcroot)/bfd/version.h $(srcdir)/common/create-version.sh - $(SHELL) $(srcdir)/common/create-version.sh $(srcroot)/gdb $@.tmp - $(SHELL) $(srcroot)/move-if-change $@.tmp $@ - touch $@ + $(AM_V_GEN)$(SHELL) $(srcdir)/common/create-version.sh $(srcroot)/gdb $@.tmp + $(AM_V_at)$(SHELL) $(srcroot)/move-if-change $@.tmp $@ + $(AM_V_at)touch $@ # Alias for developers. @SIM_ENABLE_IGEN_TRUE@igen: igen/igen$(EXEEXT) @@ -1638,33 +1638,33 @@ testsuite/common/bits32m0$(EXEEXT): $(testsuite_common_bits32m0_OBJECTS) $(tests $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits32m0_OBJECTS) $(testsuite_common_bits32m0_LDADD) testsuite/common/bits32m0.c: testsuite/common/bits-gen testsuite/common/bits-tst.c - $< 32 0 big > $@.tmp - cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp - mv $@.tmp $@ + $(AM_V_GEN)$< 32 0 big > $@.tmp + $(AM_V_at)cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp + $(AM_V_at)mv $@.tmp $@ testsuite/common/bits32m31$(EXEEXT): $(testsuite_common_bits32m31_OBJECTS) $(testsuite_common_bits32m31_DEPENDENCIES) testsuite/common/$(am__dirstamp) $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits32m31_OBJECTS) $(testsuite_common_bits32m31_LDADD) testsuite/common/bits32m31.c: testsuite/common/bits-gen testsuite/common/bits-tst.c - $< 32 31 little > $@.tmp - cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp - mv $@.tmp $@ + $(AM_V_GEN)$< 32 31 little > $@.tmp + $(AM_V_at)cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp + $(AM_V_at)mv $@.tmp $@ testsuite/common/bits64m0$(EXEEXT): $(testsuite_common_bits64m0_OBJECTS) $(testsuite_common_bits64m0_DEPENDENCIES) testsuite/common/$(am__dirstamp) $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits64m0_OBJECTS) $(testsuite_common_bits64m0_LDADD) testsuite/common/bits64m0.c: testsuite/common/bits-gen testsuite/common/bits-tst.c - $< 64 0 big > $@.tmp - cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp - mv $@.tmp $@ + $(AM_V_GEN)$< 64 0 big > $@.tmp + $(AM_V_at)cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp + $(AM_V_at)mv $@.tmp $@ testsuite/common/bits64m63$(EXEEXT): $(testsuite_common_bits64m63_OBJECTS) $(testsuite_common_bits64m63_DEPENDENCIES) testsuite/common/$(am__dirstamp) $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits64m63_OBJECTS) $(testsuite_common_bits64m63_LDADD) testsuite/common/bits64m63.c: testsuite/common/bits-gen testsuite/common/bits-tst.c - $< 64 63 little > $@.tmp - cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp - mv $@.tmp $@ + $(AM_V_GEN)$< 64 63 little > $@.tmp + $(AM_V_at)cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp + $(AM_V_at)mv $@.tmp $@ all-recursive: $(SIM_ALL_RECURSIVE_DEPS) |