diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-31 13:25:46 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-31 13:25:46 +0000 |
commit | b3ef7553ba316af017be8740132dc6af5ee9b100 (patch) | |
tree | 5c98b8869e1b55dd06ca73126add91d270941f31 /gcc/cp/Make-lang.in | |
parent | de0ead4e8f538f19ceb04db65969414e62589311 (diff) | |
download | gcc-b3ef7553ba316af017be8740132dc6af5ee9b100.tar.gz |
* call.c: Include system.h. Remove includes, declarations and
defines provided by system.h.
* class.c, cvt.c, decl.c, decl2.c, errfn.c error.c: Likewise.
* except.c, expr.c friend.c, g++spec.c, init.c, input.c: Likewise.
* lex.c, parse.y, pt.c, ptree.c repo.c rtti.c, search.c: Likewise.
* semantics.c, sig.c, spew.c, tree.c, typeck.c: Likewise.
* typeck2.c, xref.c: Likewise.
* Makefile.in: Dependencies updated as appropriate.
* Make-lang.in: Likewise.
system.h cutover from the cp subdir
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18917 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r-- | gcc/cp/Make-lang.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 215bc950a52..bf2b3526ec7 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -86,7 +86,8 @@ g++spec.o: $(srcdir)/cp/g++spec.c # It'd be nice if we could find an easier way to do this---rather than have # to track changes to the toplevel gcc Makefile as well. # We depend on g++.c last, to make it obvious where it came from. -g++.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g++.c +g++.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g++.c \ + system.h $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(DRIVER_DEFINES) \ -DLANG_SPECIFIC_DRIVER \ |