summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-29 17:02:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-29 17:02:15 +0000
commitbbee3e7dc19b2821a80471a83f8d7af095ba22ef (patch)
tree959eedbfe1205e1d438d44e4611e3472d28e8af9 /package
parent8ec6667d79a213dc6f238e1b85882fe4908f171c (diff)
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
Diffstat (limited to 'package')
-rw-r--r--package/libtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index d03920f0d..e2d5b7c8e 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