mirror of
https://github.com/open-simh/simh.git
synced 2026-05-01 14:06:14 +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
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq (,$(LIBSOEXT))
|
ifeq (,$(LIBSOEXT))
|
||||||
LIBSOEXT = $(LIBEXT)
|
LIBSOEXT = $(LIBEXT)
|
||||||
endif
|
endif
|
||||||
ifeq (,$(filter /lib/,$(LIBPATH)))
|
ifeq (,$(filter /lib/,$(LIBPATH)))
|
||||||
ifeq (existlib,$(shell if $(TEST) -d /lib/; then echo existlib; fi))
|
ifeq (existlib,$(shell if $(TEST) -d /lib/; then echo existlib; fi))
|
||||||
LIBPATH += /lib/
|
LIBPATH += /lib/
|
||||||
|
|||||||
Reference in New Issue
Block a user