summaryrefslogtreecommitdiff
path: root/gcc/config/t-vxworks
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/t-vxworks')
-rw-r--r--gcc/config/t-vxworks5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks
index 8c1a28e3f0a..c9d69e0edce 100644
--- a/gcc/config/t-vxworks
+++ b/gcc/config/t-vxworks
@@ -32,5 +32,6 @@ LIMITS_H_TEST = true
EXTRA_MULTILIB_PARTS =
-vxworks.o: $(srcdir)/config/vxworks.c
- $(COMPILE) $<
+vxworks.o: $(srcdir)/config/vxworks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
+ $(TARGET_H) toplev.h output.h $(TM_H)
+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<