diff options
author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-25 19:50:50 +0000 |
---|---|---|
committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-25 19:50:50 +0000 |
commit | fa1f38e1482326b4816db021a39cc880e600e1e8 (patch) | |
tree | 36ac6d0c9eff1eb5fd1ddf05424403372c5f48c9 /gcc/config/rs6000/t-darwin | |
parent | a874b7536a9c4056152323239dd901d01753b368 (diff) | |
download | ppe42-gcc-fa1f38e1482326b4816db021a39cc880e600e1e8.tar.gz ppe42-gcc-fa1f38e1482326b4816db021a39cc880e600e1e8.zip |
2001-05-25 Dale Johannesen <dalej@apple.com>
* config/rs6000/t-darwin: Fix dependencies for darwin.o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42582 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-darwin')
-rw-r--r-- | gcc/config/rs6000/t-darwin | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/rs6000/t-darwin b/gcc/config/rs6000/t-darwin index d2e211f11ed..e6bb4836daa 100644 --- a/gcc/config/rs6000/t-darwin +++ b/gcc/config/rs6000/t-darwin @@ -10,7 +10,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c echo '#define FLOAT' > fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c -darwin.o: $(srcdir)/config/darwin.c +darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) $(RTL_BASE_H) \ + $(REGS_H) hard-reg-set.h insn-config.h conditions.h output.h \ + insn-attr.h flags.h $(TREE_H) $(EXPR_H) reload.h $(C_TREE_H) \ + function.h $(GGC_H) $(TM_P_H) $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin.c # Build the libraries for both hard and soft floating point |