no more getdate.c to care about

This commit is contained in:
Daniel Stenberg 2004-09-15 08:07:20 +00:00
parent d4076c9a8a
commit f5e1beddf1
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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"