1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

changed Borland target since Borland's make doesnt understand '&'.

This commit is contained in:
Gunter Knauf 2004-07-14 11:39:29 +00:00
parent fadc08445a
commit 982530b186

View File

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