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/mini_httpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/mini_httpd/Makefile') diff --git a/openwrt/package/mini_httpd/Makefile b/openwrt/package/mini_httpd/Makefile index 2261b54..053ac91 100644 --- a/openwrt/package/mini_httpd/Makefile +++ b/openwrt/package/mini_httpd/Makefile @@ -21,7 +21,7 @@ $(eval $(call PKG_template,MINI_HTTPD_OPENSSL,mini-httpd-openssl,$(PKG_VERSION)- $(PKG_BUILD_DIR)/.configured: - cp -f ./files/matrixssl_helper.{c,h} $(PKG_BUILD_DIR)/ + $(CP) ./files/matrixssl_helper.{c,h} $(PKG_BUILD_DIR)/ touch $@ $(PKG_BUILD_DIR)/.built: -- cgit v1.1