summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-16 10:24:10 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-16 10:24:10 +0000
commite7c233e67e59de139afd7b25fc590513a5563ddd (patch)
tree7db0485929db3c72dcc0459aee88f453826d9731 /package
parent418adb8b4e823526e036796c855192451477ab46 (diff)
Revert the InstallDev section, was only there testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8787 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 1433d3422..313710187 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/