From b8cf9f472c575aa9c0d8bb9f6024dab9a9ca7a7c Mon Sep 17 00:00:00 2001 From: BenceJanosSzabo <bence.janos.szabo@ericsson.com> Date: Tue, 22 Aug 2017 08:19:37 +0200 Subject: [PATCH] Fix of enableLegacyEncoding tpd flag in makefilegen Change-Id: I06a6dce470787e820743c615bbf5983dad6cdf0b Signed-off-by: BenceJanosSzabo <bence.janos.szabo@ericsson.com> --- compiler2/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler2/makefile.c b/compiler2/makefile.c index ebf6c074f..d222e32ca 100644 --- a/compiler2/makefile.c +++ b/compiler2/makefile.c @@ -2228,7 +2228,7 @@ static void print_makefile(struct makefile_struct *makefile) "AR = ar\n" "ARFLAGS = \n\n" "# Flags for the TTCN-3 and ASN.1 compiler:\n" - "COMPILER_FLAGS =%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n\n" + "COMPILER_FLAGS =%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n\n" "# Execution mode: (either ttcn3 or ttcn3-parallel)\n" "TTCN3_LIB = ttcn3%s%s%s\n\n" #ifdef LICENSE -- GitLab