diff --git a/import/Make.defs b/import/Make.defs index 19aab43b2..ac3e999e2 100644 --- a/import/Make.defs +++ b/import/Make.defs @@ -76,7 +76,7 @@ ifneq ($(LIBM),".") LDLIBPATH += -L "${shell dirname $(LIBM)}" LDLIBS += -lm endif -else ifneq($(CONFIG_LIBM_NONE),) +else ifneq ($(CONFIG_LIBM_NONE),) LDLIBS += -lm endif endif