1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:16:16 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12434 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-08-29 17:02:15 +00:00
parent 8ec6667d79
commit bbee3e7dc1

View File

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