diff options
| author | Roland McGrath <roland@redhat.com> | 1993-08-11 06:59:04 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@redhat.com> | 1993-08-11 06:59:04 +0000 |
| commit | 3cc0c7306a0cc7098e86e8310fb05fca0fd04a03 (patch) | |
| tree | 6695cdfc23eca3fabd300e263019c22ce220a045 | |
| parent | c52575a837235888d0efc23520b4abdca930e0f8 (diff) | |
| download | gunmake-3cc0c7306a0cc7098e86e8310fb05fca0fd04a03.tar.gz | |
Formerly main.c.~92~
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -764,7 +764,9 @@ main (argc, argv, envp) /* Decode switches again, in case the variables were set by the makefile. */ decode_env_switches ("MAKEFLAGS", 9); +#if 0 decode_env_switches ("MFLAGS", 6); +#endif /* Set up MAKEFLAGS and MFLAGS again, so they will be right. */ |
