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
This commit is contained in:
parent
e497b9bd88
commit
0967b22889
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue