mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 14:07:46 +00:00
Formerly main.c.~92~
This commit is contained in:
parent
c52575a837
commit
3cc0c7306a
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -764,7 +764,9 @@ main (argc, argv, envp)
|
||||||
|
|
||||||
/* Decode switches again, in case the variables were set by the makefile. */
|
/* Decode switches again, in case the variables were set by the makefile. */
|
||||||
decode_env_switches ("MAKEFLAGS", 9);
|
decode_env_switches ("MAKEFLAGS", 9);
|
||||||
|
#if 0
|
||||||
decode_env_switches ("MFLAGS", 6);
|
decode_env_switches ("MFLAGS", 6);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Set up MAKEFLAGS and MFLAGS again, so they will be right. */
|
/* Set up MAKEFLAGS and MFLAGS again, so they will be right. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue