X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1a29ac6fa7c4075604072a2504f5428228b645f8..9fdb87c88819de663ea208016020b26ca484e872:/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