mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
endian: Fixed Linux compilation issues
Having files named endian.[c|h] seemed to cause issues under Linux so renamed them both to have the curl_ prefix in the filenames.
This commit is contained in:
parent
ee0941a0b7
commit
b40e37f93d
7 changed files with 7 additions and 7 deletions
|
|
@ -535,6 +535,7 @@ X_OBJS= \
|
|||
$(DIROBJ)\cookie.obj \
|
||||
$(DIROBJ)\curl_addrinfo.obj \
|
||||
$(DIROBJ)\curl_darwinssl.obj \
|
||||
$(DIROBJ)\curl_endian.obj \
|
||||
$(DIROBJ)\curl_fnmatch.obj \
|
||||
$(DIROBJ)\curl_gethostname.obj \
|
||||
$(DIROBJ)\curl_gssapi.obj \
|
||||
|
|
@ -555,7 +556,6 @@ X_OBJS= \
|
|||
$(DIROBJ)\dict.obj \
|
||||
$(DIROBJ)\dotdot.obj \
|
||||
$(DIROBJ)\easy.obj \
|
||||
$(DIROBJ)\endian.obj \
|
||||
$(DIROBJ)\escape.obj \
|
||||
$(DIROBJ)\file.obj \
|
||||
$(DIROBJ)\fileinfo.obj \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue