From 0bc929222fe8dc4fbb912ea7f1c224d30730962e Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 24 Oct 2021 21:06:52 -0700 Subject: [PATCH] makefile: Fix minor line ending inconsistencies --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 047990c3..c05ed593 100644 --- a/makefile +++ b/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/