no-cpp implies no-single-cpp

This commit is contained in:
Bill Currie 2007-04-06 07:11:38 +00:00 committed by Jeff Teunissen
parent 8079c9951c
commit 0e4fb6c01a

View file

@ -423,6 +423,8 @@ DecodeArgs (int argc, char **argv)
usage (1);
}
}
if (!cpp_name)
options.single_cpp = 0;
if (saw_E && saw_MD) {
fprintf (stderr, "%s: cannot use -E and -MD together\n", this_program);
exit (1);