summaryrefslogtreecommitdiff
path: root/code/util
diff options
context:
space:
mode:
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