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

From-SVN: r56299
This commit is contained in:
Neil Booth 2002-08-14 17:19:28 +00:00 committed by Neil Booth
parent 3eb75a737b
commit cd79e2100b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 ();