From e0bd74672280648518fd59b171743cf70aa6824e Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 27 Oct 2019 15:17:03 +0800 Subject: [PATCH] build: fix separator --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/host-build.mk b/include/host-build.mk index cc41631d52..9fc14241c6 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -190,7 +190,7 @@ ifndef DUMP host-install: host-compile host-clean-build: FORCE - $(call Host/Uninstall) + $(call Host/Uninstall) rm -rf $(HOST_BUILD_DIR) $(HOST_STAMP_BUILT) host-clean: host-clean-build