diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-07 21:43:40 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-11 01:44:16 +0700 |
commit | 5894c5944cc1697758d12864040b95b86a308c23 (patch) | |
tree | eeecfe1a79573588db1fe6d780dc63009d14f0f6 /sim/aarch64/local.mk | |
parent | 267058274c08c2df61d5f83a5f1d864eee2ccf34 (diff) | |
download | gdb-5894c5944cc1697758d12864040b95b86a308c23.zip gdb-5894c5944cc1697758d12864040b95b86a308c23.tar.gz gdb-5894c5944cc1697758d12864040b95b86a308c23.tar.bz2 |
squash: more modules.c work
Diffstat (limited to 'sim/aarch64/local.mk')
-rw-r--r-- | sim/aarch64/local.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/aarch64/local.mk b/sim/aarch64/local.mk index 62095f7..e3202d6 100644 --- a/sim/aarch64/local.mk +++ b/sim/aarch64/local.mk @@ -46,6 +46,3 @@ $(%C%_libsim_a_OBJECTS) $(%C%_run_OBJECTS) $(%C%_libsim_a_LIBADD): | $(SIM_ALL_R %D%/%.o: common/%.c | $(SIM_ALL_RECURSIVE_DEPS) $(AM_V_CC)$(COMPILE) -c -o $@ $< - -%D%/modules.c: %D%/stamp-modules ; @true -%D%/stamp-modules: Makefile $(%C%_libsim_a_SOURCES) ; $(GEN_MODULES_C) |