diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-24 07:31:33 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-24 07:31:33 +0000 |
commit | 2a4b756a2117d6e0603e61a8e60553a22ff9e9cf (patch) | |
tree | ab997bd681311729f417f3b01a857b39cc55f50f /gcc/config/x-linux | |
parent | 837f1ad9cb6676996d95b51ff31b84f9fdcde244 (diff) | |
download | gcc-2a4b756a2117d6e0603e61a8e60553a22ff9e9cf.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86468 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/x-linux')
-rw-r--r-- | gcc/config/x-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/x-linux b/gcc/config/x-linux index d14586b0b36..e4aa040bceb 100644 --- a/gcc/config/x-linux +++ b/gcc/config/x-linux @@ -1,4 +1,4 @@ host-linux.o : $(srcdir)/config/host-linux.c $(CONFIG_H) $(SYSTEM_H) \ - coretypes.h hosthooks.h hosthooks-def.h + coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/host-linux.c |