1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

use CP macro rather than cp command.

This commit is contained in:
Gunter Knauf 2008-08-07 21:43:30 +00:00
parent 97046a3548
commit 2548e7b23f

View 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) $< $@