make LZMA encoder by default

This commit is contained in:
Joel Dice 2012-06-02 13:23:52 -06:00
parent 5d9f7b2bc3
commit f07a8c7ec4

View File

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