makefile: Fix minor line ending inconsistencies
This commit is contained in:
parent
db401a4dbe
commit
0bc929222f
1 changed files with 3 additions and 3 deletions
6
makefile
6
makefile
|
@ -483,9 +483,9 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin)
|
|||
endif
|
||||
endif
|
||||
endif
|
||||
ifeq (,$(LIBSOEXT))
|
||||
LIBSOEXT = $(LIBEXT)
|
||||
endif
|
||||
ifeq (,$(LIBSOEXT))
|
||||
LIBSOEXT = $(LIBEXT)
|
||||
endif
|
||||
ifeq (,$(filter /lib/,$(LIBPATH)))
|
||||
ifeq (existlib,$(shell if $(TEST) -d /lib/; then echo existlib; fi))
|
||||
LIBPATH += /lib/
|
||||
|
|
Loading…
Add table
Reference in a new issue