1
0
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:
Mark Pizzolato
2021-10-24 21:06:52 -07:00
parent db401a4dbe
commit 0bc929222f

View File

@@ -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/