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-solaris | |
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-solaris')
-rw-r--r-- | gcc/config/x-solaris | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/x-solaris b/gcc/config/x-solaris index b3a946f2715..59c7bf61f5c 100644 --- a/gcc/config/x-solaris +++ b/gcc/config/x-solaris @@ -1,2 +1,4 @@ -host-solaris.o : $(srcdir)/config/host-solaris.c - $(COMPILE) $< +host-solaris.o : $(srcdir)/config/host-solaris.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ + $(srcdir)/config/host-solaris.c |