Skip to content

Commit

Permalink
winbuild/MakefileBuild.vc: Fix line endings
Browse files Browse the repository at this point in the history
The file had mixed line endings.

Signed-off-by: Bernhard Walle <bernhard.walle@posteo.eu>
  • Loading branch information
bwalle committed Sep 11, 2019
1 parent 08f9698 commit 142d89e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions winbuild/MakefileBuild.vc
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,13 @@ CFLAGS = $(CFLAGS) /DCURL_WITH_MULTI_SSL
!ENDIF

LIB_DIROBJ = ..\builds\$(CONFIG_NAME_LIB)-obj-lib
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
!IFDEF WITH_PREFIX
DIRDIST = $(WITH_PREFIX)
!ELSE
DIRDIST = ..\builds\$(CONFIG_NAME_LIB)\
!ENDIF

#
# curl.exe
Expand Down

0 comments on commit 142d89e

Please sign in to comment.