]> granicus.if.org Git - curl/commitdiff
winbuild/MakefileBuild.vc: Fix line endings
authorBernhard Walle <bernhard.walle@posteo.eu>
Wed, 11 Sep 2019 10:56:22 +0000 (12:56 +0200)
committerBernhard Walle <bernhard.walle@posteo.eu>
Wed, 11 Sep 2019 10:56:22 +0000 (12:56 +0200)
The file had mixed line endings.

Signed-off-by: Bernhard Walle <bernhard.walle@posteo.eu>
winbuild/MakefileBuild.vc

index b5742e1096f58ce65158621dbf935ad3dadcc607..c7fe13ea29df0b6b167c506d84d67deceef61f78 100644 (file)
@@ -486,13 +486,13 @@ CFLAGS = $(CFLAGS) /DCURL_WITH_MULTI_SSL
 !ENDIF\r
 \r
 LIB_DIROBJ = ..\builds\$(CONFIG_NAME_LIB)-obj-lib\r
-CURL_DIROBJ = ..\builds\$(CONFIG_NAME_LIB)-obj-curl
-
-!IFDEF WITH_PREFIX
-DIRDIST = $(WITH_PREFIX)
-!ELSE
-DIRDIST = ..\builds\$(CONFIG_NAME_LIB)\
-!ENDIF
+CURL_DIROBJ = ..\builds\$(CONFIG_NAME_LIB)-obj-curl\r
+\r
+!IFDEF WITH_PREFIX\r
+DIRDIST = $(WITH_PREFIX)\r
+!ELSE\r
+DIRDIST = ..\builds\$(CONFIG_NAME_LIB)\\r
+!ENDIF\r
 \r
 #\r
 # curl.exe\r