Makefile.in: Refine dependencies.
authorNeil Booth <neil@daikokuya.co.uk>
Fri, 1 Aug 2003 14:04:02 +0000 (14:04 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 1 Aug 2003 14:04:02 +0000 (14:04 +0000)
commitbf42e45b205e05a710de0e9fe0fc33e668fdb891
tree186dff8557e01e179836315ff7e9868a89ea1f7b
parenta5bcc58230c173c6923908cd7622dca7240f18de
Makefile.in: Refine dependencies.

* Makefile.in: Refine dependencies.
* c-opts.c (c_common_handle_option): Do nothing for -Wimport.
* c.opt: Update help for -Wimport.
* cppfiles.c: Include hashtab.h.  Update comments.
(stack_file): Read the file before updating dependencies.
(once_only_file_p): Be smarter about marking once-only files.
(_cpp_mark_file_once_only): Correct the check for existence on
the list.
(open_file_failed): Use name not path, which is NULL.
* cpphash.h: Don't include hashtab.h.
(struct _cpp_file): Remove.
(struct cpp_reader): Update.
* cppinit.c (cpp_create_reader): Don't initialize warn_import.
* cpplib.h (struct cpp_options): Remove warn_import.
(cpp_simplify_path): Remove.

From-SVN: r70045
gcc/ChangeLog
gcc/Makefile.in
gcc/c-opts.c
gcc/c.opt
gcc/cppfiles.c
gcc/cpphash.h
gcc/cppinit.c
gcc/cpplib.h