diff options
Diffstat (limited to 'gcc/config/x-hpux')
-rw-r--r-- | gcc/config/x-hpux | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/x-hpux b/gcc/config/x-hpux index 4cf9fa7..fa0c555 100644 --- a/gcc/config/x-hpux +++ b/gcc/config/x-hpux @@ -1,2 +1,4 @@ -host-hpux.o : $(srcdir)/config/host-hpux.c - $(COMPILE) $< +host-hpux.o : $(srcdir)/config/host-hpux.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ + $(srcdir)/config/host-hpux.c |