From 1425f72c38fe23a9d3fcda583a7da1e7315acfc3 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 17 Jan 2018 18:42:47 +0100 Subject: build system improved --- code/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/util') 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 -- cgit v1.2.3