Fix dependencies for parallel builds.

From-SVN: r43756
This commit is contained in:
Anthony Green 2001-07-04 14:11:55 +00:00 committed by Anthony Green
parent e9d21442ce
commit 77b6797a5e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-04 Anthony Green <green@redhat.com>
* config/v850/t-v850 (v850-c.o): Add missing dependencies.
2001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/install.texi (sparc64-*-*): Remove garbage.

View File

@ -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) $<