summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-04-04 08:21:36 +0000
committerBernhard Reutner-Fischer2006-04-04 08:21:36 +0000
commit5e8995327325bb625a5abf965df3a07edb05fe5a (patch)
tree7b22cf7cc4a2668a7b69724af67464239073a418
parentefbadf9f3f6715c2b8fa27f2bd76c25e983ae15c (diff)
downloadbusybox-5e8995327325bb625a5abf965df3a07edb05fe5a.zip
busybox-5e8995327325bb625a5abf965df3a07edb05fe5a.tar.gz
- make sure that we see all lib*/.c in IMA-mode even when not building the .so
(r14740 from trunk).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da02411..29e741d 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