summaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-09-16 10:24:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-09-16 10:24:10 +0000
commit9dfd1faee36f3af57bb878f042c1a6821e70c27c (patch)
tree895bb11d93b2b4929b62f0850297316b87884324 /package/base-files/Makefile
parent776bc051790f8bf360da90699c3b6445743a45f9 (diff)
downloadmaster-31e0f0ae-9dfd1faee36f3af57bb878f042c1a6821e70c27c.tar.gz
master-31e0f0ae-9dfd1faee36f3af57bb878f042c1a6821e70c27c.tar.bz2
master-31e0f0ae-9dfd1faee36f3af57bb878f042c1a6821e70c27c.zip
Revert the InstallDev section, was only there testing
SVN-Revision: 8787
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 1433d34228..313710187d 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -201,14 +201,6 @@ define Package/uclibc/install
done
endef
-define Package/InstallDev
- $(INSTALL_DIR) $(STAGING_DIR)/lib
- for file in ld-uClibc libc libcrypt libdl libm libnsl libresolv librt libuClibc libutil; do \
- $(CP) $(TOOLCHAIN_DIR)/lib/$$$$file.so.* $(STAGING_DIR)/lib/; \
- $(CP) $(TOOLCHAIN_DIR)/lib/$$$$file-$(UCLIBC_VERSION).so $(STAGING_DIR)/lib/; \
- done
-endef
-
define Package/ldd/install
$(INSTALL_DIR) $(1)/bin/
$(CP) $(TOOLCHAIN_DIR)/target-utils/ldd $(1)/bin/