import/Make.defs: Fix erroneous formatting of make condition
Fixes: /apps/import/Make.defs:79: extraneous text after 'else' directive
This commit is contained in:
parent
5ae44f9bc4
commit
57011d2313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user