From 638a9300b519307d9c85f3cd658f35c4d354a80c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 31 Dec 2022 15:51:38 -0500 Subject: [PATCH] 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. --- sim/Makefile.am | 3 --- sim/Makefile.in | 3 --- 2 files changed, 6 deletions(-) diff --git a/sim/Makefile.am b/sim/Makefile.am index 8a4a160b30c..e47244d7b8d 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 dc306157b30..0a2f4a991ee 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) -- 2.30.2