diff options
Diffstat (limited to 'tools/lzma')
-rw-r--r-- | tools/lzma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index b87289e385..29f7e0fb1d 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -31,6 +31,7 @@ define Host/Install endef define Host/Clean + rm -f $(STAGING_DIR_HOST)/bin/lzma endef $(eval $(call HostBuild)) |