]> pd.if.org Git - zpackage/commitdiff
fix makefile for parallel builds
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 3 Mar 2019 02:58:23 +0000 (02:58 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 3 Mar 2019 02:58:23 +0000 (02:58 +0000)
Makefile

index 4a6225bde430b31cef42fd22fcee5d5b8bcfe6cb..053ab9b53bd99e15c064013d57e4c77f1a56698e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,7 @@ zpm-addfile: src/addfile.o libzpm.a libelf.a
 lib/sha256.o: CFLAGS+=-O3
 lib/blake2/ref/blake2b-ref.o: CFLAGS+=-O3
 
+zpm-hash: libzpm.a
 zpm-hash: src/hash.o lib/sha256.o
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lzpm