From 2ee20939c6c9ae47d0978043f6377cda257354ae Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 1 Feb 2006 23:53:19 +0000 Subject: change cp to $(CP) SVN-Revision: 3112 --- openwrt/package/arpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/arpd') diff --git a/openwrt/package/arpd/Makefile b/openwrt/package/arpd/Makefile index ad75e22..6707eff 100644 --- a/openwrt/package/arpd/Makefile +++ b/openwrt/package/arpd/Makefile @@ -59,6 +59,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_ARPD): mkdir -p $(IDIR_ARPD)/usr/sbin - cp $(PKG_BUILD_DIR)/arpd $(IDIR_ARPD)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/arpd $(IDIR_ARPD)/usr/sbin/ $(STRIP) $(IDIR_ARPD)/usr/sbin/* $(IPKG_BUILD) $(IDIR_ARPD) $(PACKAGE_DIR) -- cgit v1.1