diff options
Diffstat (limited to 'sim/mn10300/local.mk')
-rw-r--r-- | sim/mn10300/local.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mn10300/local.mk b/sim/mn10300/local.mk index f7c2d55..448ee0f 100644 --- a/sim/mn10300/local.mk +++ b/sim/mn10300/local.mk @@ -42,6 +42,9 @@ $(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h noinst_LIBRARIES += %D%/libsim.a +## Override wildcards that trigger common/modules.c to be (incorrectly) used. +%D%/modules.o: %D%/modules.c + %D%/%.o: common/%.c ; $(SIM_COMPILE) -@am__include@ %D%/$(DEPDIR)/*.Po |