* Make-lang.in (g++.o): Depend on prefix.h.
From-SVN: r24499
This commit is contained in:
parent
460ee1120c
commit
7f7147c149
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user