mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
makefile: Fix minor line ending inconsistencies
This commit is contained in:
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/
|
||||
|
||||
Reference in New Issue
Block a user