diff options
Diffstat (limited to 'gcc/config/x-hpux')
-rw-r--r-- | gcc/config/x-hpux | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/x-hpux b/gcc/config/x-hpux index fa0c5553c3d..4cf9fa70e55 100644 --- a/gcc/config/x-hpux +++ b/gcc/config/x-hpux @@ -1,4 +1,2 @@ -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 +host-hpux.o : $(srcdir)/config/host-hpux.c + $(COMPILE) $< |