mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
tools: Fix an error of make -C tools -f Makefile.host clean
This commit is contained in:
parent
afd3c65cf6
commit
77cbd3379c
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
-include $(TOPDIR)/Make.defs
|
||||||
all: mkspk
|
all: mkspk
|
||||||
default: mkspk
|
default: mkspk
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
-include $(TOPDIR)/Make.defs
|
||||||
all: mkpichex
|
all: mkpichex
|
||||||
default: mkpichex
|
default: mkpichex
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in a new issue