From bb12da9db12edd4a1d80803b0ae5f4b538191fac Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 14 Oct 2000 14:55:31 +0000 Subject: [PATCH] * Makefile.in (parse.c, parse.h): Fix think-o in last patch. From-SVN: r36868 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 739e9b2097e..c2d28724f24 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-14 Kaveh R. Ghazi + + * Makefile.in (parse.c, parse.h): Fix think-o in last patch. + 2000-10-13 Kaveh R. Ghazi * Makefile.in (parse.c, parse.h): Create atomically. diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index ac5c9f7da29..999fbcea7f9 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -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) -- 2.30.2