From: Gunter Knauf Date: Thu, 7 Aug 2008 21:43:30 +0000 (+0000) Subject: use CP macro rather than cp command. X-Git-Tag: curl-7_19_0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2548e7b23f5ef4682c628625fe00cc4ef3440047;p=thirdparty%2Fcurl.git use CP macro rather than cp command. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 23a0f68fb3..42babd9a94 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) $< $@