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 \