ucl: fix CLEAN

This commit is contained in:
CN_SZTL 2020-04-23 01:44:28 +08:00
parent 0041798b84
commit 147d6b7cdd
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -43,8 +43,6 @@ define Host/Install
endef endef
define Host/Clean define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
rm -rf $(HOST_BUILD_DIR)
rm -rf $(STAGING_DIR_HOST)/include/ucl rm -rf $(STAGING_DIR_HOST)/include/ucl
endef endef