build: fix separator

This commit is contained in:
CN_SZTL 2019-10-27 15:17:03 +08:00
parent 1fb5fcb0ad
commit e0bd746722
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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