From: Doug Evans Date: Mon, 26 Aug 1996 20:12:56 +0000 (+0000) Subject: (objc-parse.y): Fix typo in name of temp file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d8757d442d3690c6f12e7378bdb2c6aeda3ccfb;p=gcc.git (objc-parse.y): Fix typo in name of temp file. From-SVN: r12673 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 71e89713b86..6f59ee9179c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1160,7 +1160,7 @@ objc-parse.o : $(srcdir)/objc-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \ $(srcdir)/objc-parse.c : $(srcdir)/objc-parse.y cd $(srcdir); $(BISON) $(BISONFLAGS) objc-parse.y -o objc-parse.c $(srcdir)/objc-parse.y: $(srcdir)/c-parse.in - echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y + echo '/*WARNING: This file is automatically generated!*/' >tmp-objc-prs.y sed -e "/^ifc$$/,/^end ifc$$/d" \ -e "/^ifobjc$$/d" -e "/^end ifobjc$$/d" \ $(srcdir)/c-parse.in >>tmp-objc-prs.y