* Make-lang.in (g++.o): Depend on prefix.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 5 Jan 1999 19:13:50 +0000 (19:13 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 5 Jan 1999 19:13:50 +0000 (19:13 +0000)
From-SVN: r24499

gcc/cp/ChangeLog
gcc/cp/Make-lang.in

index d120ab58967fd9ed91736b5a3cbc56f51b4ed093..020769886db89a15229504a5db94cc6c8a2e2edd 100644 (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.
index 9de79aec57998dd0c9db7640362f3ae2eba592cb..55166685976461dbedfbf3f10093c9f353495d39 100644 (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 \