summaryrefslogtreecommitdiff
path: root/openwrt/package/libtool
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-08 19:54:05 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-08 19:54:05 +0000
commit45c6c3628579e4a00c1104413f3364108137f571 (patch)
tree72da19c6e46497fac205668525cec2563d9cf290 /openwrt/package/libtool
parent417b433766a3236138b965d2820f3a0495c5e182 (diff)
downloadmtk-20170518-45c6c3628579e4a00c1104413f3364108137f571.zip
mtk-20170518-45c6c3628579e4a00c1104413f3364108137f571.tar.gz
mtk-20170518-45c6c3628579e4a00c1104413f3364108137f571.tar.bz2
Always use -R flag with cp (to preserve symlinks)
SVN-Revision: 1175
Diffstat (limited to 'openwrt/package/libtool')
-rw-r--r--openwrt/package/libtool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/libtool/Makefile b/openwrt/package/libtool/Makefile
index 79dca5f..2342fb0 100644
--- a/openwrt/package/libtool/Makefile
+++ b/openwrt/package/libtool/Makefile
@@ -60,15 +60,15 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
$(IPKG_LIBLTDL):
install -m0755 -d $(IDIR_LIBLTDL)/usr/lib
- cp -fp $(PKG_INSTALL_DIR)/usr/lib/libltdl.so.* $(IDIR_LIBLTDL)/usr/lib/
+ cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libltdl.so.* $(IDIR_LIBLTDL)/usr/lib/
$(RSTRIP) $(IDIR_LIBLTDL)
$(IPKG_BUILD) $(IDIR_LIBLTDL) $(PACKAGE_DIR)
$(STAGING_DIR)/usr/lib/libltdl.so: $(PKG_BUILD_DIR)/.built
mkdir -p $(STAGING_DIR)/usr/include
- cp -fp $(PKG_INSTALL_DIR)/usr/include/ltdl.h $(STAGING_DIR)/usr/include/
+ cp -fpR $(PKG_INSTALL_DIR)/usr/include/ltdl.h $(STAGING_DIR)/usr/include/
mkdir -p $(I_LIBLTDL_DEV)/usr/lib
- cp -fp $(PKG_INSTALL_DIR)/usr/lib/libltdl.{a,so*} $(STAGING_DIR)/usr/lib/
+ cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libltdl.{a,so*} $(STAGING_DIR)/usr/lib/
touch $@
install-dev: $(STAGING_DIR)/usr/lib/libltdl.so