tools: Fix an error of make -C tools -f Makefile.host clean
This commit is contained in:
parent
afd3c65cf6
commit
77cbd3379c
@ -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 New Issue
Block a user