diff options
Diffstat (limited to 'sim/common/local.mk')
-rw-r--r-- | sim/common/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/local.mk b/sim/common/local.mk index 0ce7901..cbef45e 100644 --- a/sim/common/local.mk +++ b/sim/common/local.mk @@ -30,6 +30,7 @@ SIM_ALL_RECURSIVE_DEPS += \ ## NB: libcommon.a isn't used directly by ports. We need a target for common ## objects to be a part of, and ports use the individual objects directly. +## We can delete this once ppc/Makefile.in is merged into ppc/local.mk. noinst_LIBRARIES += %D%/libcommon.a %C%_libcommon_a_SOURCES = \ %D%/callback.c \ |