mirror of
https://github.com/simh/simh.git
synced 2026-01-14 07:39:29 +00:00
makefile: Fix minor line ending inconsistencies
This commit is contained in:
parent
db401a4dbe
commit
0bc929222f
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…
x
Reference in New Issue
Block a user