diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-07 22:40:06 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-07 22:40:06 +0000 |
commit | f6a958dc3abec9b6c1533fa6b867b57577c292a0 (patch) | |
tree | 37cbc96008f1b352ff7b22d4513779a075e230eb /tests/testcurl.pl | |
parent | 2548e7b23f5ef4682c628625fe00cc4ef3440047 (diff) | |
download | curl-f6a958dc3abec9b6c1533fa6b867b57577c292a0.tar.gz |
Remove last adjustment done to testcurl.pl to verify if change introduced by
Guenter Knauf in lib/Makefile.netware is enough to get the netware autobuilds
going again.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index d18660377..79ff7769a 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -489,7 +489,7 @@ if ($configurebuild) { elsif (($^O eq 'linux') || ($targetos =~ /netware/)) { system("cp -afr ../$CURLDIR/* ."); system("cp -af ../$CURLDIR/Makefile.dist Makefile"); - system("cp -af ../$CURLDIR/include/curl/curlbuild.h.dist include/curl/curlbuild.h"); + # lib/Makefile.netware now copies curlbuild.h.dist as curlbuild.h system("$make -i -C lib -f Makefile.$targetos prebuild"); system("$make -i -C src -f Makefile.$targetos prebuild"); } |