summaryrefslogtreecommitdiff
path: root/package/uclibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
commit5a65c76bc3d72ea9f275a3c474d5e308cf367a82 (patch)
tree532919ce0b59163e5e46e2ff396cba0ed68d1ef2 /package/uclibc
parentb1044672f81740729faa21b266f2499b3e1e5396 (diff)
remove obsolete SUB_INSTALL stuff.
Diffstat (limited to 'package/uclibc')
-rw-r--r--package/uclibc/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/uclibc/Makefile b/package/uclibc/Makefile
index 5538cdfbd..4c4cb447b 100644
--- a/package/uclibc/Makefile
+++ b/package/uclibc/Makefile
@@ -23,12 +23,8 @@ CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
-SUB_INSTALLS-y:=
-SUB_INSTALLS-m:=
-SUB_INSTALLS-${ADK_PACKAGE_UCLIBC_DEV}+= uclibc-dev-install
-
# do nothing, uClibc is already build in toolchain directory
-do-install: $(STAGING_TARGET_DIR)/lib/libc.so ${SUB_INSTALLS-m} ${SUB_INSTALLS-y}
+do-install: $(STAGING_TARGET_DIR)/lib/libc.so
${INSTALL_DIR} $(IDIR_UCLIBC)/lib $(IDIR_UCLIBC)/etc
# create timezone file
test -z $(ADK_RUNTIME_TIMEZONE) || \