Skip to content

Commit

Permalink
changed Borland target since Borland's make doesnt understand '&'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Jul 14, 2004
1 parent fadc084 commit 982530b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 982530b

Please sign in to comment.