diff --git a/compiler2/makefile.c b/compiler2/makefile.c
index ebf6c074f4ec541115bf0f2f47e323dd8f274ed3..d222e32ca43a481fdda99a7ca8cb8b3198502fcd 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