no more getdate.c to care about
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Sep 2004 08:07:20 +0000 (08:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Sep 2004 08:07:20 +0000 (08:07 +0000)
buildconf.bat
tests/testcurl.pl

index fb26a0b..1499ca0 100644 (file)
@@ -7,9 +7,6 @@ REM create ca-bundle.h
 echo /* This file is generated automatically */ >lib\ca-bundle.h\r
 echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h\r
 \r
-REM create getdate.c\r
-copy lib\getdate.c.cvs lib\getdate.c\r
-\r
 REM create hugehelp.c\r
 copy src\hugehelp.c.cvs src\hugehelp.c\r
 \r
index 5a6ad77..bd1b8c0 100755 (executable)
@@ -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"