diff options
author | Gunter Knauf <gk@gknw.de> | 2008-08-07 21:43:30 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-08-07 21:43:30 +0000 |
commit | 2548e7b23f5ef4682c628625fe00cc4ef3440047 (patch) | |
tree | 7100580ae0a95bafb94fd7531592527e3908d8bd /lib/Makefile.netware | |
parent | 97046a35486d3127ca37eeb6114359d2e0abb20e (diff) |
use CP macro rather than cp command.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
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) $< $@ |