From: Daniel Stenberg Date: Wed, 15 Sep 2004 08:07:20 +0000 (+0000) Subject: no more getdate.c to care about X-Git-Tag: curl-7_12_2~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5e1beddf1db422a372f1d02704055c947b11cc9;p=thirdparty%2Fcurl.git no more getdate.c to care about --- diff --git a/buildconf.bat b/buildconf.bat index fb26a0b812..1499ca0b13 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -7,9 +7,6 @@ REM create ca-bundle.h echo /* This file is generated automatically */ >lib\ca-bundle.h echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h -REM create getdate.c -copy lib\getdate.c.cvs lib\getdate.c - REM create hugehelp.c copy src\hugehelp.c.cvs src\hugehelp.c diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 5a6ad77b14..bd1b8c025e 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -227,7 +227,6 @@ if (-d $CURLDIR) { logit "$CURLDIR is verified to be a fine source dir"; # remove the generated sources to force them to be re-generated each # time we run this test - unlink "$CURLDIR/lib/getdate.c"; unlink "$CURLDIR/src/hugehelp.c"; } elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") { logit "$CURLDIR is verified to be a fine daily source dir"