From: Gunter Knauf Date: Wed, 14 Jul 2004 11:39:29 +0000 (+0000) Subject: changed Borland target since Borland's make doesnt understand '&'. X-Git-Tag: curl-7_12_1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982530b186c8419b3d41800d0e0c4fc0b1ae5651;p=thirdparty%2Fcurl.git changed Borland target since Borland's make doesnt understand '&'. --- diff --git a/Makefile.dist b/Makefile.dist index 782f16c620..e26ab68f1d 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -30,8 +30,10 @@ ssl: make borland: - cd lib & make -f Makefile.b32 - cd src & make -f Makefile.b32 + cd lib + make -f Makefile.b32 + cd ..\src + make -f Makefile.b32 mingw32: cd lib & make -f Makefile.m32 ZLIB=1