diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-27 21:17:39 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-27 21:17:39 +0000 |
commit | 7b4f8014337d92d3df8909968cef3b3168592ea9 (patch) | |
tree | 82b82e826a772a83f4264911cd6b936d2bda1981 /gcc/config/x-linux | |
parent | f3d657fafa34450984582b2d7152a2f3713e0af1 (diff) | |
download | gcc-7b4f8014337d92d3df8909968cef3b3168592ea9.tar.gz |
2008-03-27 Basile Starynkevitch <basile@starynkevitch.net>
merged with trunk r133654
* gcc/Makefile.in: reverted auto dependencies (as did the trunk)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@133655 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/x-linux')
-rw-r--r-- | gcc/config/x-linux | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/x-linux b/gcc/config/x-linux index cb549284b4e..e4aa040bceb 100644 --- a/gcc/config/x-linux +++ b/gcc/config/x-linux @@ -1,2 +1,4 @@ -host-linux.o : $(srcdir)/config/host-linux.c - $(COMPILE) $< +host-linux.o : $(srcdir)/config/host-linux.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ + $(srcdir)/config/host-linux.c |