diff options
-rw-r--r-- | miscutils/make.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/make.c b/miscutils/make.c index bcba080fe..f44de5df6 100644 --- a/miscutils/make.c +++ b/miscutils/make.c | |||
@@ -3051,9 +3051,9 @@ int make_main(int argc UNUSED_PARAM, char **argv) | |||
3051 | if (fargv0) { | 3051 | if (fargv0) { |
3052 | opts = process_options(fargv, TRUE); | 3052 | opts = process_options(fargv, TRUE); |
3053 | fargv = fargv0 + optind; | 3053 | fargv = fargv0 + optind; |
3054 | // Reset getopt(3) so we can call it again | ||
3055 | GETOPT_RESET(); | ||
3054 | } | 3056 | } |
3055 | // Reset getopt(3) so we can call it again | ||
3056 | GETOPT_RESET(); | ||
3057 | 3057 | ||
3058 | // Process options from the command line | 3058 | // Process options from the command line |
3059 | opts |= process_options(argv, FALSE); | 3059 | opts |= process_options(argv, FALSE); |