X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8ec6667d79a213dc6f238e1b85882fe4908f171c..bbee3e7dc19b2821a80471a83f8d7af095ba22ef:/package/libtool/Makefile 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