From 475e0d886041b4345585e13f0c04bcb9af0c0c5a Mon Sep 17 00:00:00 2001 From: mbm Date: Wed, 1 Feb 2006 23:53:19 +0000 Subject: change cp to $(CP) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/dhcp6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/dhcp6') diff --git a/openwrt/package/dhcp6/Makefile b/openwrt/package/dhcp6/Makefile index 9883ad18f..e007abad2 100755 --- a/openwrt/package/dhcp6/Makefile +++ b/openwrt/package/dhcp6/Makefile @@ -32,6 +32,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_DHCP6): mkdir -p $(IDIR_DHCP6) - cp -fpR $(PKG_INSTALL_DIR)/* $(IDIR_DHCP6)/ + $(CP) $(PKG_INSTALL_DIR)/* $(IDIR_DHCP6)/ $(RSTRIP) $(IDIR_DHCP6) $(IPKG_BUILD) $(IDIR_DHCP6) $(PACKAGE_DIR) -- cgit v1.2.3