diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-05 19:13:50 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-05 19:13:50 +0000 |
commit | 1980d7b270ad5133f72be8c2644595f29198c4c4 (patch) | |
tree | ee33bfc544bfb1bd14929447d96a5d964f5b4107 /gcc/cp/Make-lang.in | |
parent | 7bcdc3c72acd322469e7e757bd44f03072a93459 (diff) | |
download | gcc-1980d7b270ad5133f72be8c2644595f29198c4c4.tar.gz |
* Make-lang.in (g++.o): Depend on prefix.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24499 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r-- | gcc/cp/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 9de79aec579..55166685976 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -87,7 +87,7 @@ g++spec.o: $(srcdir)/cp/g++spec.c # 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 \ - system.h + system.h prefix.h $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(DRIVER_DEFINES) \ -DLANG_SPECIFIC_DRIVER \ |