From: Jeffrey A Law Date: Thu, 29 Oct 1998 23:40:27 +0000 (+0000) Subject: egcs_update: Do touch java/parse.c and java/parse-scan.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0999b4b825a3c43757d4e844f1e3dfab2d81ab13;p=gcc.git egcs_update: Do touch java/parse.c and java/parse-scan.c. * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're in the repo again. From-SVN: r23444 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e904f038630..59ed830e0a2 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com) + + * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're + in the repo again. + Fri Oct 16 07:35:00 1998 Bruce Korb * egcs_update: Added gcc/fixinc/* generated files to touch list. diff --git a/contrib/egcs_update b/contrib/egcs_update index cac547e4703..842467a058f 100755 --- a/contrib/egcs_update +++ b/contrib/egcs_update @@ -76,6 +76,8 @@ for f in gcc/c-parse.y \ gcc/objc/objc-parse.c \ gcc/objc/objc-parse.y \ gcc/java/parse.h \ + gcc/java/parse.c \ + gcc/java/parse-scan.c \ libf2c/libU77/stamp-h.in \ contrib/fixinc/fixincl.x \ contrib/fixinc/inclhack.sh \