diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1782,7 +1782,10 @@ define_makeflags (all, makefile) } } else if (p == &flagstring[1]) - --p; + { + words = 0; + --p; + } else if (p[-1] == '-') /* Kill the final space and dash. */ p -= 2; |