projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change cp to $(CP)
[openwrt.git]
/
openwrt
/
package
/
mini_httpd
/
Makefile
diff --git
a/openwrt/package/mini_httpd/Makefile
b/openwrt/package/mini_httpd/Makefile
index
2261b54
..
053ac91
100644
(file)
--- 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:
This page took
0.022072 seconds
and
4
git commands to generate.