diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/egcs_update | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 05498343012..30f053592c1 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com) + + * egcs_update: Remove gcc/java/parse.c from list of files to + touch. + Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf. diff --git a/contrib/egcs_update b/contrib/egcs_update index 6c879e1ffc0..c3427acef75 100755 --- a/contrib/egcs_update +++ b/contrib/egcs_update @@ -75,7 +75,6 @@ for f in gcc/c-parse.y \ gcc/cp/parse.h \ gcc/objc/objc-parse.c \ gcc/objc/objc-parse.y \ - gcc/java/parse.c \ gcc/java/parse.h \ libf2c/libU77/stamp-h.in \ contrib/fixinc/fixincl.x \ |