mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
winbuild/MakefileBuild.vc: Fix line endings
The file had mixed line endings. Signed-off-by: Bernhard Walle <bernhard.walle@posteo.eu>
This commit is contained in:
parent
08f96982a9
commit
142d89edba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user