mirror of https://github.com/hak5/openwrt.git
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
SVN-Revision: 12434lede-17.01
parent
a35b2385ae
commit
6aa8c5de64
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue