From cd79e2100b33c8937a878a5f07579205257d71ec Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 14 Aug 2002 17:19:28 +0000 Subject: * c-opts.c (c_common_post_options): Correct test. From-SVN: r56299 --- gcc/c-opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-opts.c') diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 5ba58cb..0b98308 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -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 (); -- cgit v1.1