* c-opts.c (c_common_post_options): Correct test.
From-SVN: r56299
This commit is contained in:
parent
3eb75a737b
commit
cd79e2100b
@ -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
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user