From 59e190202e57ab151fe8a23a2ca14615c1e8c4d9 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 2 Feb 2022 06:52:04 +0100 Subject: fixed build --- ecp/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/util/Makefile') diff --git a/ecp/util/Makefile b/ecp/util/Makefile index 72b6290..e65a757 100644 --- a/ecp/util/Makefile +++ b/ecp/util/Makefile @@ -1,5 +1,5 @@ src_dir = ../src -include $(src_dir)/common.mk +include $(src_dir)/ecp/common.mk obj=util.o dep=../build-posix/*.a ./libecputil.a -- cgit v1.2.3