diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-14 11:39:29 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-14 11:39:29 +0000 |
commit | 982530b186c8419b3d41800d0e0c4fc0b1ae5651 (patch) | |
tree | b3a39dc3ee448ccbf2e2cb685ad3dcda7fff6e1a /Makefile.dist | |
parent | fadc08445af07f5c5f7cd9d0659cf9594646b001 (diff) | |
download | curl-982530b186c8419b3d41800d0e0c4fc0b1ae5651.tar.gz |
changed Borland target since Borland's make doesnt understand '&'.
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.dist b/Makefile.dist index 782f16c62..e26ab68f1 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 |