Commit cd79e210 by Neil Booth Committed by Neil Booth

* c-opts.c (c_common_post_options): Correct test.

From-SVN: r56299
parent 3eb75a73
2002-08-14 Neil Booth <neil@daikokuya.co.uk>
* c-opts.c (c_common_post_options): Correct test.
2002-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
......
......@@ -1330,7 +1330,7 @@ c_common_post_options ()
if (out_fname == NULL || !strcmp (out_fname, "-"))
out_fname = "";
if (cpp_opts->deps.style != DEPS_NONE)
if (cpp_opts->deps.style == DEPS_NONE)
check_deps_environment_vars ();
handle_deferred_opts ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment