diff options
author | Anatoly Sokolov <aesok@post.ru> | 2011-05-19 15:02:22 +0400 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-05-19 11:02:22 +0000 |
commit | 0967b2288935f9ed8030ba4750c6247aa7329a08 (patch) | |
tree | 81c9f0dd3a858c1d9d9f12e800a7ec57e8b355d6 | |
parent | e497b9bd88db2302ddc32317bd600c8176c579db (diff) | |
download | gcc-0967b2288935f9ed8030ba4750c6247aa7329a08.zip gcc-0967b2288935f9ed8030ba4750c6247aa7329a08.tar.gz gcc-0967b2288935f9ed8030ba4750c6247aa7329a08.tar.bz2 |
t-sol2 (sol2.o): Add $(TARGET_H) dependency.
2011-05-19 Anatoly Sokolov <aesok@post.ru>
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
Co-Authored-By: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
From-SVN: r173902
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/t-sol2 | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b03cc9b..b9a9c86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-05-19 Anatoly Sokolov <aesok@post.ru> + Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency. + 2011-05-19 Richard Guenther <rguenther@suse.de> PR middle-end/48985 diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 6a76bf1..1604b9e4 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 |