diff options
author | Bernhard Reutner-Fischer | 2006-04-04 08:21:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-04-04 08:21:36 +0000 |
commit | 5e8995327325bb625a5abf965df3a07edb05fe5a (patch) | |
tree | 7b22cf7cc4a2668a7b69724af67464239073a418 | |
parent | efbadf9f3f6715c2b8fa27f2bd76c25e983ae15c (diff) | |
download | busybox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |