diff --git a/build/make_var_export.awk b/build/make_var_export.awk index 62263f10e6..966e14ecc7 100644 --- a/build/make_var_export.awk +++ b/build/make_var_export.awk @@ -20,7 +20,7 @@ /^#[ \t]*endif/ { if (count > 0) { count-- - line = line "#endif " macro "\n" + line = line "#endif /* " macro " */\n" macro = macro_stack[--macro_no] } if (count == 0) {