From: Bernhard Reutner-Fischer Date: Tue, 4 Apr 2006 08:21:36 +0000 (-0000) Subject: - make sure that we see all lib*/.c in IMA-mode even when not building the .so X-Git-Tag: 1_1_2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5e8995327325bb625a5abf965df3a07edb05fe5a;p=oweals%2Fbusybox.git - make sure that we see all lib*/.c in IMA-mode even when not building the .so (r14740 from trunk). --- diff --git a/Makefile b/Makefile index da02411bc..29e741ddd 100644 --- a/Makefile +++ b/Makefile @@ -258,6 +258,7 @@ LIBBUSYBOX_SONAME:=$(LD_LIBBUSYBOX).$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL DO_INSTALL_LIBS:=$(LD_LIBBUSYBOX) \ $(LD_LIBBUSYBOX).$(MAJOR_VERSION) \ $(LD_LIBBUSYBOX).$(MAJOR_VERSION).$(MINOR_VERSION) +endif # CONFIG_BUILD_LIBBUSYBOX ifeq ($(strip $(CONFIG_BUILD_AT_ONCE)),y) ifneq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y) @@ -269,7 +270,6 @@ $(LIBBUSYBOX_SONAME): $(LIBRARY_SRC) else # CONFIG_BUILD_AT_ONCE $(LIBBUSYBOX_SONAME): $(libbusybox-obj) endif # CONFIG_BUILD_AT_ONCE -endif # CONFIG_BUILD_LIBBUSYBOX ifeq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y) LDBUSYBOX:=-L$(top_builddir) -lbusybox