OSDN Git Service

(objc-parse.y): Fix typo in name of temp file.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Aug 1996 20:12:56 +0000 (20:12 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Aug 1996 20:12:56 +0000 (20:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12673 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 71e8971..6f59ee9 100644 (file)
@@ -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