forked from nuttx/nuttx-update
libm: fix typo caused compile failed
make[1]: Entering directory '/home/ligd/platform/trunk_merge_all/nuttx/libs/libm' Makefile:93: *** target file 'context' has both : and :: entries. Stop. make[1]: Leaving directory '/home/ligd/platform/trunk_merge_all/nuttx/libs/libm' Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
parent
85eba56068
commit
9026ba6883
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ bin:
|
|||
kbin:
|
||||
$(Q) mkdir $@
|
||||
|
||||
context: bin kbin
|
||||
context:: bin kbin
|
||||
|
||||
# Clean most derived files, retaining the configuration
|
||||
|
||||
|
|
|
@ -118,4 +118,4 @@ endif
|
|||
DEPPATH += --dep-path libm
|
||||
VPATH += :libm
|
||||
|
||||
context:
|
||||
context::
|
||||
|
|
Loading…
Reference in a new issue