leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)

SVN-Revision: 12434
lede-17.01
Felix Fietkau 2008-08-29 17:02:15 +00:00
parent a35b2385ae
commit 6aa8c5de64
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ define Build/InstallDev
mv $(2)/lib/* $(1)/usr/lib/ mv $(2)/lib/* $(1)/usr/lib/
mv $(2)/include/* $(1)/usr/include/ mv $(2)/include/* $(1)/usr/include/
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/ $(CP) $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
endef endef
define Package/libltdl/install define Package/libltdl/install