1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

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

SVN-Revision: 12434
This commit is contained in:
Felix Fietkau 2008-08-29 17:02:15 +00:00
parent a35b2385ae
commit 6aa8c5de64

@ -41,7 +41,7 @@ define Build/InstallDev
mv $(2)/lib/* $(1)/usr/lib/
mv $(2)/include/* $(1)/usr/include/
$(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
define Package/libltdl/install