gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 24 Mar 2002 21:01:00 +0000 (21:01 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 24 Mar 2002 21:01:00 +0000 (21:01 +0000)
commit3ddbb8a977c1e7060088501b8fc5d07483774847
tree93cafea773e541b0d1ffd779009946f4538c7e23
parent740b77b675fc26c64e5e305992a199585e703a2d
gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.

preprocessor/3951
* gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
* cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD.
(init_dependency_output): Don't make no_output decision here.

From-SVN: r51272
gcc/ChangeLog
gcc/cppinit.c
gcc/gcc.c