aboutsummaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-29 17:02:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-29 17:02:15 +0000
commit6aa8c5de6450c76887dc639cb2b6c1db9a7e2a4b (patch)
tree7f77188660dc8d50e30843c358c7e2def49f563e /package/libtool
parenta35b2385aea357be3735fe65a85768531b6aeb08 (diff)
downloadupstream-6aa8c5de6450c76887dc639cb2b6c1db9a7e2a4b.tar.gz
upstream-6aa8c5de6450c76887dc639cb2b6c1db9a7e2a4b.tar.bz2
upstream-6aa8c5de6450c76887dc639cb2b6c1db9a7e2a4b.zip
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
SVN-Revision: 12434
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index d03920f0d2..e2d5b7c8e7 100644
--- a/package/libtool/Makefile
+++ b/package/libtool/Makefile
@@ -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