diff --git a/makefile b/makefile index b0af8f8ae8..8ec37fdd50 100755 --- a/makefile +++ b/makefile @@ -813,7 +813,8 @@ test-args = $(test-flags) $(input) .PHONY: build build: $(static-library) $(executable) $(dynamic-library) $(lzma-loader) \ - $(executable-dynamic) $(classpath-dep) $(test-dep) $(test-extra-dep) + $(lzma-encoder) $(executable-dynamic) $(classpath-dep) $(test-dep) \ + $(test-extra-dep) $(test-dep): $(classpath-dep)