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
1 changed files with 4 additions and 2 deletions

View File

@ -30,8 +30,10 @@ ssl:
make make
borland: borland:
cd lib & make -f Makefile.b32 cd lib
cd src & make -f Makefile.b32 make -f Makefile.b32
cd ..\src
make -f Makefile.b32
mingw32: mingw32:
cd lib & make -f Makefile.m32 ZLIB=1 cd lib & make -f Makefile.m32 ZLIB=1