mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:54:15 +03: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
1 changed files with 7 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue