Patch: add missing v850 dependencies

Anthony Green green@redhat.com
Tue Jul 3 17:00:00 GMT 2001


Parallel builds of the v850 port are broken due to missing Makefile
dependencies.

Ok for trunk?

AG


2001-07-03  Anthony Green  <green@redhat.com>

	* config/v850/t-v850 (v850-c.o): Add missing dependencies.


Index: gcc/config/v850/t-v850
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/v850/t-v850,v
retrieving revision 1.7
diff -u -p -r1.7 t-v850
--- t-v850	2001/05/17 03:16:14	1.7
+++ t-v850	2001/07/03 23:50:41
@@ -51,6 +51,6 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
 
 TCFLAGS = -Wa,-mwarn-signed-overflow -Wa,-mwarn-unsigned-overflow
 
-v850-c.o: $(srcdir)/config/v850/v850-c.c
+v850-c.o: $(srcdir)/config/v850/v850-c.c $(RTL_H) $(TREE_H) $(CONFIG_H)
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<





More information about the Gcc-patches mailing list