From: Richard Stallman Date: Sat, 17 Oct 1992 03:44:53 +0000 (+0000) Subject: Correct previous patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d77b9c27d670837a69730746f0b8c63590b4852;p=gcc.git Correct previous patch. From-SVN: r2495 --- diff --git a/gcc/make-cc1.com b/gcc/make-cc1.com index 14838f24414..1123904ade1 100644 --- a/gcc/make-cc1.com +++ b/gcc/make-cc1.com @@ -181,9 +181,8 @@ $!'f$verify(0) $ endif $! $compile_cc1: -$if (DO_CC1 + DO_CC1PLUS) .ne.0 +$if (DO_CC1 + DO_CC1OBJ) .ne.0 $ then -$write sys$output "testing" $if (f$search("C-PARSE.Y") .eqs. "") then goto yes_yfiles $if (f$cvtime(f$file_attributes("C-PARSE.IN","RDT")).gts. - f$cvtime(f$file_attributes("C-PARSE.Y","RDT"))) - @@ -193,8 +192,8 @@ $if (f$cvtime(f$file_attributes("C-PARSE.IN","RDT")).gts. - f$cvtime(f$file_attributes("OBJC-PARSE.Y","RDT"))) - then goto yes_yfiles $GOTO no_yfiles -$echo "Now processing c-parse.in to generate c-parse.y and objc-parse.y." $yes_yfiles: +$echo "Now processing c-parse.in to generate c-parse.y and objc-parse.y." $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input ! ! Read c-parse.in, write c-parse.y and objc-parse.y, depending on