diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-19 04:54:55 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-19 04:54:55 +0000 |
commit | 828a491339e0ae41bfb8a9eb2614625c38c90985 (patch) | |
tree | 5386127931d55a6c3fd62fe7321016404e50ac58 /gcc/config/t-darwin | |
parent | dc7c37c744a3f82679d65401bc9c8e333f7d248d (diff) | |
download | gcc-828a491339e0ae41bfb8a9eb2614625c38c90985.tar.gz |
* config/t-darwin (TM_H): Add dependency on on
darwin-sections.def.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-darwin')
-rw-r--r-- | gcc/config/t-darwin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 24a7b90c3e2..ff607878291 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -17,6 +17,8 @@ # along with GCC; see the file COPYING3. If not see # <http://www.gnu.org/licenses/>. +TM_H += $(srcdir)/config/darwin-sections.def + darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h $(REAL_H) insn-config.h \ conditions.h insn-flags.h output.h insn-attr.h flags.h $(TREE_H) expr.h \ |