build: minor : `make lz4` doesn't compile liblz4 anymore
authorYann Collet <cyan@fb.com>
Mon, 6 Nov 2017 23:20:08 +0000 (15:20 -0800)
committerYann Collet <cyan@fb.com>
Mon, 6 Nov 2017 23:20:08 +0000 (15:20 -0800)
since it's not needed.

Makefile

index da485a1..76fc9a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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) $@