* Makefile.in (parse.c, parse.h): Fix think-o in last patch.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 14 Oct 2000 14:55:31 +0000 (14:55 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 14 Oct 2000 14:55:31 +0000 (14:55 +0000)
From-SVN: r36868

gcc/cp/ChangeLog
gcc/cp/Makefile.in

index 739e9b2097eb84355206b7611e44bf9910fa4282..c2d28724f243b09ecf19ce6f1bec0d640dd5d7f7 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
+
 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Makefile.in (parse.c, parse.h): Create atomically.
index ac5c9f7da29361ec2e3f8a24663ac30757e72223..999fbcea7f91593680bddf65a70310bc8f7522a4 100644 (file)
@@ -227,7 +227,7 @@ $(PARSE_H) $(PARSE_C) : $(srcdir)/parse.y
        @echo $(CONFLICTS)
        cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o p$$$$.c parse.y ; \
        grep '^#define[         ]*YYEMPTY' p$$$$.c >> p$$$$.h ; \
-       mv -f p$$$$.c $(PARSE_C) ; mv -f p$$$$.h $(PARSE_H)
+       mv -f p$$$$.c parse.c ; mv -f p$$$$.h parse.h
 #$(PARSE_C) $(PARSE_H) : stamp-parse ; @true
 #stamp-parse: $(srcdir)/parse.y
 #      @echo $(CONFLICTS)