summaryrefslogtreecommitdiff
path: root/gcc/config/t-vxworks
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-27 19:20:18 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-27 19:20:18 +0000
commit21886706efada989bd8e948e85fba76405dbe923 (patch)
treedca8bf9f49634b67bd002709d7bfef4b2af1a54e /gcc/config/t-vxworks
parent39943585b1bf4690d2fb2bf0f8432d572b38cba0 (diff)
downloadgcc-21886706efada989bd8e948e85fba76405dbe923.tar.gz
gcc/
* doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4, configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c, config/spu/t-spu-elf, config/i386/t-interix, config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin, config/i386/x-darwin, config/i386/x-mingw32, config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld, config/sh/t-sh, config/sh/t-symbian, config/x-linux, config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64, config/x-solaris, config/t-vxworks, config/m68k/t-uclinux, config/rs6000/x-rs6000, config/rs6000/x-darwin64, config/rs6000/x-darwin, config/rs6000/t-rs6000, config/score/t-score-elf, config/arm/t-strongarm-pe, config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe, config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux: Revert automatic dependency patch. gcc/java/ * Make-lang.in: Revert automatic dependency patch. gcc/objc/ * Make-lang.in: Revert automatic dependency patch. gcc/objcp/ * Make-lang.in: Revert automatic dependency patch. gcc/cp/ * Make-lang.in: Revert automatic dependency patch. gcc/fortran/ * Make-lang.in: Revert automatic dependency patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133652 138bc75d-0d04-0410-961f-82ee72b054a4
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) $<