]> granicus.if.org Git - curl/commitdiff
unix style newlines only
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Dec 2000 08:16:25 +0000 (08:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Dec 2000 08:16:25 +0000 (08:16 +0000)
Makefile.dist

index 488689d3af533b7dd9f0857486fd37f2ab663455..84df7a70f8083c85728513feea0bcdb19e95d67f 100644 (file)
@@ -42,7 +42,7 @@
 ############################################################################
 
 all:
-       ./configure\r
+       ./configure
        make
 
 ssl:
@@ -62,17 +62,17 @@ mingw32-ssl:
        cd src; make -f Makefile.m32 SSL=1
 
 vc:
-       cd lib\r
+       cd lib
+       nmake -f Makefile.vc6
+       cd ..\src
        nmake -f Makefile.vc6
-       cd ..\src\r
+
+vc-ssl:
+       cd lib
+       nmake -f Makefile.vc6 release-ssl
+       cd ..\src
        nmake -f Makefile.vc6
 
-vc-ssl:\r
-       cd lib\r
-       nmake -f Makefile.vc6 release-ssl\r
-       cd ..\src\r
-       nmake -f Makefile.vc6\r
-\r
 cygwin:
        ./configure
        make