mirror of
https://github.com/mirror/make.git
synced 2026-09-01 20:28:09 +08:00
Formerly main.c.~69~
This commit is contained in:
8
main.c
8
main.c
@@ -1505,8 +1505,12 @@ define_makeflags (all, makefile)
|
||||
flags = flags->next;
|
||||
} while (flags != 0);
|
||||
|
||||
/* Kill the final space and dash. */
|
||||
p[-2] = '\0';
|
||||
if (p[-1] == '-')
|
||||
/* Kill the final space and dash. */
|
||||
p -= 2;
|
||||
|
||||
/* Terminate the string. */
|
||||
*p = '\0';
|
||||
}
|
||||
|
||||
/* On Sun, the value of MFLAGS starts with a `-' but the
|
||||
|
||||
Reference in New Issue
Block a user