summaryrefslogtreecommitdiff
path: root/code/util
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-01-17 18:42:47 +0100
committerUros Majstorovic <majstor@majstor.org>2018-01-17 18:42:47 +0100
commit1425f72c38fe23a9d3fcda583a7da1e7315acfc3 (patch)
tree2731c1f5b9e0c76e0a0775f6eddf81fd90b0817d /code/util
parent97a7e6617f8ad06b7bff495603200b853766ecc8 (diff)
build system improved
Diffstat (limited to 'code/util')
-rw-r--r--code/util/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/util/Makefile b/code/util/Makefile
index a896fc2..6e7227b 100644
--- a/code/util/Makefile
+++ b/code/util/Makefile
@@ -3,7 +3,7 @@ CFLAGS=$(CFLAGS_PL) -I../ecp
LDFLAGS=$(LDFLAGS_PL)
obj=util.o
-dep=../ecp/libecpcore.a ../ecp/crypto/libecpcr.a ../ecp/htable/libecpht.a ../ecp/posix/libecptr.a ../ecp/posix/libecptm.a ./libecputil.a
+dep=../ecp/build-posix/*.a ./libecputil.a
%.o: %.c %.h