* Make-lang.in (g++.o): Depend on prefix.h.

From-SVN: r24499
This commit is contained in:
Kaveh R. Ghazi 1999-01-05 19:13:50 +00:00 committed by Kaveh Ghazi
parent 460ee1120c
commit 7f7147c149
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jan 5 22:11:25 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (g++.o): Depend on prefix.h.
1999-01-04 Jason Merrill <jason@yorick.cygnus.com>
* tree.c (bound_pmf_p): New fn.

View File

@ -87,7 +87,7 @@ g++spec.o: $(srcdir)/cp/g++spec.c
# to track changes to the toplevel gcc Makefile as well.
# We depend on g++.c last, to make it obvious where it came from.
g++.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g++.c \
system.h
system.h prefix.h
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(DRIVER_DEFINES) \
-DLANG_SPECIFIC_DRIVER \