diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-19 11:02:22 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-19 11:02:22 +0000 |
commit | f5030be1e46c5317a84853b7f3aa0271d1a464d8 (patch) | |
tree | 81c9f0dd3a858c1d9d9f12e800a7ec57e8b355d6 /gcc/config/t-sol2 | |
parent | dda02ea225e9b4a0111a081c3db6c5ab476eb089 (diff) | |
download | gcc-f5030be1e46c5317a84853b7f3aa0271d1a464d8.tar.gz |
2011-05-19 Anatoly Sokolov <aesok@post.ru>
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173902 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-sol2')
-rw-r--r-- | gcc/config/t-sol2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 6a76bf1bad8..1604b9e499f 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -25,7 +25,7 @@ sol2-c.o: $(srcdir)/config/sol2-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ # Solaris-specific attributes sol2.o: $(srcdir)/config/sol2.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - tree.h output.h $(TM_H) $(TM_P_H) $(GGC_H) + tree.h output.h $(TM_H) $(TARGET_H) $(TM_P_H) $(GGC_H) $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/sol2.c |