build: minor : make lz4 doesn't compile liblz4 anymore

since it's not needed.
This commit is contained in:
Yann Collet 2017-11-06 15:20:08 -08:00
parent 263e398a52
commit ce8393e8d7

View File

@ -57,12 +57,12 @@ all: allmost manuals
.PHONY: allmost
allmost: lib lz4 examples
.PHONY: lib lib-release
lib lib-release:
.PHONY: lib lib-release liblz4.a
lib lib-release liblz4.a:
@$(MAKE) -C $(LZ4DIR) $@
.PHONY: lz4 lz4-release
lz4 : lib
lz4 : liblz4.a
lz4-release : lib-release
lz4 lz4-release :
@$(MAKE) -C $(PRGDIR) $@