From 9dcc7b891e7109b52a647d7230d6efbb4b725ab9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 29 Aug 2008 17:02:15 +0000 Subject: [PATCH] leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST) SVN-Revision: 12434 --- package/libtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2