leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 29 Aug 2008 17:02:15 +0000 (17:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 29 Aug 2008 17:02:15 +0000 (17:02 +0000)
SVN-Revision: 12434

package/libtool/Makefile

index d03920f0d2241eb67bbee0bb368c0500a85aef76..e2d5b7c8e7bfbdfc16f6b5669d182a834dc6201a 100644 (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