shebs       02/08/20 16:48:04

  Modified:    gcc/cp   Make-lang.in
  Log:
  Depend on the correct, if stuttery, gt file for cp/cp-parse.h.
  
  Revision  Changes    Path
  1.50      +3 -2      gcc3/gcc/cp/Make-lang.in
  
  Index: Make-lang.in
  ===================================================================
  RCS file: /cvs/Darwin/gcc3/gcc/cp/Make-lang.in,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- Make-lang.in      2002/08/08 03:20:00     1.49
  +++ Make-lang.in      2002/08/20 23:48:04     1.50
  @@ -173,7 +173,8 @@
        $(SHELL) $(srcdir)/move-if-change tmp-cp-parse.y $(parsedir)/cp/cp-parse.y
   
   gtype-cp.h gt-cp-call.h gt-cp-decl.h gt-cp-decl2.h : s-gtype; @true
  -gt-cp-parse.h gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h : s-gtype; @true
  +# APPLE LOCAL Objective-C++
  +gt-cp-cp-parse.h gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h : s-gtype; @true
   gt-cp-tree.h : s-gtype; @true
   
   #
  @@ -359,7 +360,7 @@
   # APPLE LOCAL parsedir
   # APPLE LOCAL Objective-C++
   cp/cp-parse.o: $(parsedir)/cp/cp-parse.c $(CXX_TREE_H) flags.h cp/lex.h except.h 
output.h \
  -  $(SYSTEM_H) toplev.h $(GGC_H) gt-cp-parse.h
  +  $(SYSTEM_H) toplev.h $(GGC_H) gt-cp-cp-parse.h
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(BIG_SWITCHFLAG) \
        $(parsedir)/cp/cp-parse.c $(OUTPUT_OPTION)
   
  
  
  


Reply via email to