aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-04 08:21:36 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-04 08:21:36 +0000
commit5e8995327325bb625a5abf965df3a07edb05fe5a (patch)
tree7b22cf7cc4a2668a7b69724af67464239073a418
parentefbadf9f3f6715c2b8fa27f2bd76c25e983ae15c (diff)
downloadbusybox-w32-5e8995327325bb625a5abf965df3a07edb05fe5a.tar.gz
busybox-w32-5e8995327325bb625a5abf965df3a07edb05fe5a.tar.bz2
busybox-w32-5e8995327325bb625a5abf965df3a07edb05fe5a.zip
- 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 da02411bc..29e741ddd 100644
--- a/Makefile
+++ b/Makefile
@@ -258,6 +258,7 @@ LIBBUSYBOX_SONAME:=$(LD_LIBBUSYBOX).$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL
258DO_INSTALL_LIBS:=$(LD_LIBBUSYBOX) \ 258DO_INSTALL_LIBS:=$(LD_LIBBUSYBOX) \
259 $(LD_LIBBUSYBOX).$(MAJOR_VERSION) \ 259 $(LD_LIBBUSYBOX).$(MAJOR_VERSION) \
260 $(LD_LIBBUSYBOX).$(MAJOR_VERSION).$(MINOR_VERSION) 260 $(LD_LIBBUSYBOX).$(MAJOR_VERSION).$(MINOR_VERSION)
261endif # CONFIG_BUILD_LIBBUSYBOX
261 262
262ifeq ($(strip $(CONFIG_BUILD_AT_ONCE)),y) 263ifeq ($(strip $(CONFIG_BUILD_AT_ONCE)),y)
263ifneq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y) 264ifneq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y)
@@ -269,7 +270,6 @@ $(LIBBUSYBOX_SONAME): $(LIBRARY_SRC)
269else # CONFIG_BUILD_AT_ONCE 270else # CONFIG_BUILD_AT_ONCE
270$(LIBBUSYBOX_SONAME): $(libbusybox-obj) 271$(LIBBUSYBOX_SONAME): $(libbusybox-obj)
271endif # CONFIG_BUILD_AT_ONCE 272endif # CONFIG_BUILD_AT_ONCE
272endif # CONFIG_BUILD_LIBBUSYBOX
273 273
274ifeq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y) 274ifeq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y)
275LDBUSYBOX:=-L$(top_builddir) -lbusybox 275LDBUSYBOX:=-L$(top_builddir) -lbusybox