aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-08-07 21:43:30 +0000
committerGunter Knauf <gk@gknw.de>2008-08-07 21:43:30 +0000
commit2548e7b23f5ef4682c628625fe00cc4ef3440047 (patch)
tree7100580ae0a95bafb94fd7531592527e3908d8bd /lib/Makefile.netware
parent97046a35486d3127ca37eeb6114359d2e0abb20e (diff)
use CP macro rather than cp command.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 23a0f68fb..42babd9a9 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -585,6 +585,6 @@ ca-bundle.crt: mk-ca-bundle.pl
@-$(PERL) $< -b -n $@
$(CURL_INC)/curl/curlbuild.h: $(CURL_INC)/curl/curlbuild.h.dist
- @cp $< $@
+ @$(CP) $< $@