mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue