OSDN Git Service

2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Dec 2005 20:32:43 +0000 (20:32 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Dec 2005 20:32:43 +0000 (20:32 +0000)
        * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108538 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2b9b82b..676245c 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
+
 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
 
        * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
index 65cc6b3..ef04ebb 100644 (file)
@@ -75,7 +75,7 @@ objcp/objcp-lang.o : objcp/objcp-lang.c \
 objcp/objcp-decl.o : objcp/objcp-decl.c \
    $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_TREE_H) \
    toplev.h $(GGC_H) c-pragma.h input.h flags.h output.h objc/objc-act.h \
-   objcp/objcp-decl.h tree-gimple.h
+   objcp/objcp-decl.h tree-gimple.h $(EXPR_H)
 
 # The following must be an explicit rule; please keep in sync with the implicit
 # one in Makefile.in.