diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:22:19 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:22:19 +0100 |
commit | 76be7c9a79da62e0a52d932bdfdf56671c82e33d (patch) | |
tree | 6385d50acb932766a11ded22901f1b333eb9856d /ecp/util/Makefile | |
parent | 6594778ab99958c3efb7325e4203bb4e593fc1a6 (diff) |
build fix
Diffstat (limited to 'ecp/util/Makefile')
-rw-r--r-- | ecp/util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ecp/util/Makefile b/ecp/util/Makefile index 58d5086..72b6290 100644 --- a/ecp/util/Makefile +++ b/ecp/util/Makefile @@ -1,8 +1,8 @@ -include ../platform/posix.mk -CFLAGS += -I../src +src_dir = ../src +include $(src_dir)/common.mk obj=util.o -dep=../src/build-posix/*.a ./libecputil.a +dep=../build-posix/*.a ./libecputil.a %.o: %.c %.h |