1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

Revert the InstallDev section, was only there testing

SVN-Revision: 8787
This commit is contained in:
Florian Fainelli 2007-09-16 10:24:10 +00:00
parent 776bc05179
commit 9dfd1faee3

View File

@ -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/