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
|
||||
default: mkspk
|
||||
.PHONY: clean
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
-include $(TOPDIR)/Make.defs
|
||||
all: mkpichex
|
||||
default: mkpichex
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Reference in New Issue