diff options
author | Andreas Tobler <a.tobler@schweiz.ch> | 2004-08-24 09:31:33 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2004-08-24 09:31:33 +0200 |
commit | 4505f099ef97f5784ceb9ccc4f9901cb5fa0b2ff (patch) | |
tree | ab997bd681311729f417f3b01a857b39cc55f50f /gcc/config/rs6000/x-darwin | |
parent | c2a124b2b4458dc81089e2ebee826816eaf81ff4 (diff) | |
download | gcc-4505f099ef97f5784ceb9ccc4f9901cb5fa0b2ff.zip gcc-4505f099ef97f5784ceb9ccc4f9901cb5fa0b2ff.tar.gz gcc-4505f099ef97f5784ceb9ccc4f9901cb5fa0b2ff.tar.bz2 |
Makefile.in (HOOKS_H): Add dependency on MACHMODE_H.
2004-08-24 Andreas Tobler <a.tobler@schweiz.ch>
* Makefile.in (HOOKS_H): Add dependency on MACHMODE_H.
(host-default.o): Add dependency on HOOKS_H.
* config/x-linux: Likewise.
* config/x-solaris: Likewise.
* config/i386/x-mingw32: Likewise.
* config/rs6000/x-darwin: Likewise.
From-SVN: r86468
Diffstat (limited to 'gcc/config/rs6000/x-darwin')
-rw-r--r-- | gcc/config/rs6000/x-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/x-darwin b/gcc/config/rs6000/x-darwin index f7242a7..e133c21 100644 --- a/gcc/config/rs6000/x-darwin +++ b/gcc/config/rs6000/x-darwin @@ -1,4 +1,4 @@ host-darwin.o : $(srcdir)/config/rs6000/host-darwin.c $(CONFIG_H) $(SYSTEM_H) \ - coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h + coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H) $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/rs6000/host-darwin.c |