Commit f5030be1 authored by ro's avatar ro
Browse files

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
parent dda02ea2
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
......
# 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment