summaryrefslogtreecommitdiff
path: root/code/util/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-03-14 19:34:05 +0100
committerUros Majstorovic <majstor@majstor.org>2018-03-14 19:34:05 +0100
commit81a3176b689c546118be81565bcce16f47faae6b (patch)
tree7c622aec0d0fd1191b001e6197f64d791b30be87 /code/util/Makefile
parent2570f27d69bb85b814b497e3daeaaa28425bf18a (diff)
fixed make fot posix util/test
Diffstat (limited to 'code/util/Makefile')
-rw-r--r--code/util/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/util/Makefile b/code/util/Makefile
index 6e7227b..acbae33 100644
--- a/code/util/Makefile
+++ b/code/util/Makefile
@@ -1,4 +1,4 @@
-include ../ecp/Makefile.platform
+include ../ecp/Makefile.posix
CFLAGS=$(CFLAGS_PL) -I../ecp
LDFLAGS=$(LDFLAGS_PL)