diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:52:04 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:52:04 +0100 |
commit | 59e190202e57ab151fe8a23a2ca14615c1e8c4d9 (patch) | |
tree | 0e39cf7a63e266e2fd1d0e7667fadc5e6d6b82c0 /ecp/util/Makefile | |
parent | 64b55e7e1236121ea4197d9a37cfec43b196cfe8 (diff) |
fixed build
Diffstat (limited to 'ecp/util/Makefile')
-rw-r--r-- | ecp/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |