From a6d5dcb7e09e67330badb8be6841e83e1ab62fd2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 20 May 2019 17:31:24 +0200 Subject: titan: Don't use "-D" compiler flag which older versions don't have --- titan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'titan/Makefile') diff --git a/titan/Makefile b/titan/Makefile index b05d681..4feedc8 100644 --- a/titan/Makefile +++ b/titan/Makefile @@ -14,7 +14,7 @@ LDFLAGS_STATIC=-L/usr/lib/titan -lttcn3 -lxml2 -lssl -lcrypto all: compile titan.a $(GENERATED): - ttcn3_compiler -D *.ttcn + ttcn3_compiler *.ttcn titan.a: $(OBJS) $(AR) r $@ $^ -- cgit v1.2.3