OSDN Git Service

* Make-lang.in (g++.o): Depend on prefix.h.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jan 1999 19:13:50 +0000 (19:13 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jan 1999 19:13:50 +0000 (19:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24499 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d120ab5..0207698 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 9de79ae..5516668 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 \