diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-12-31 15:51:38 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-10 01:15:26 -0500 |
commit | 638a9300b519307d9c85f3cd658f35c4d354a80c (patch) | |
tree | 777f022a256883800e36a131ab6cfae2f449de20 | |
parent | e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 (diff) | |
download | binutils-638a9300b519307d9c85f3cd658f35c4d354a80c.zip binutils-638a9300b519307d9c85f3cd658f35c4d354a80c.tar.gz binutils-638a9300b519307d9c85f3cd658f35c4d354a80c.tar.bz2 |
sim: build: drop common/nrun.o subdir hack
Now that all the subdirs handle their own builds, we can drop this
common rule as it's unused, and we don't want to use it anymore.
-rw-r--r-- | sim/Makefile.am | 3 | ||||
-rw-r--r-- | sim/Makefile.in | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am index 8a4a160..e47244d 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -188,9 +188,6 @@ endif ## Helper targets for running make from the top-level when some subdirs still ## have Makefiles in subdirs. -%/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - all-recursive: $(SIM_ALL_RECURSIVE_DEPS) install-data-local: installdirs $(SIM_INSTALL_DATA_LOCAL_DEPS) diff --git a/sim/Makefile.in b/sim/Makefile.in index dc30615..0a2f4a9 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -5485,9 +5485,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-gen$(EXEEXT) testsuite/commo @SIM_ENABLE_ARCH_v850_TRUE@ -n irun.c -r v850/irun.c @SIM_ENABLE_ARCH_v850_TRUE@ $(AM_V_at)touch $@ -%/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - all-recursive: $(SIM_ALL_RECURSIVE_DEPS) install-data-local: installdirs $(SIM_INSTALL_DATA_LOCAL_DEPS) |