]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
use CP macro rather than cp command.
authorGunter Knauf <gk@gknw.de>
Thu, 7 Aug 2008 21:43:30 +0000 (21:43 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 7 Aug 2008 21:43:30 +0000 (21:43 +0000)
lib/Makefile.netware

index 23a0f68fb344a99ad55ced1cc1f16892007518a2..42babd9a944ddcabdb99eb2a2b60a8968c1dd121 100644 (file)
@@ -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) $< $@