diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1781,6 +1781,8 @@ define_makeflags (all, makefile) p += sizeof ref - 1; } } + else if (p == &flagstring[1]) + --p; else if (p[-1] == '-') /* Kill the final space and dash. */ p -= 2; |