فهرست منبع

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

SVN-Revision: 12434
Felix Fietkau 17 سال پیش
والد
کامیت
6aa8c5de64
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      package/libtool/Makefile

+ 1 - 1
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