diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-10-29 23:40:27 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-29 16:40:27 -0700 |
commit | 0999b4b825a3c43757d4e844f1e3dfab2d81ab13 (patch) | |
tree | 320ca94c4020857c61d25a7c4f4013cf91a7caa0 | |
parent | 421382ac8cb4525519c6cec199e5e58c660c6243 (diff) | |
download | gcc-0999b4b825a3c43757d4e844f1e3dfab2d81ab13.zip gcc-0999b4b825a3c43757d4e844f1e3dfab2d81ab13.tar.gz gcc-0999b4b825a3c43757d4e844f1e3dfab2d81ab13.tar.bz2 |
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
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/egcs_update | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e904f03..59ed830 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 <korb@datadesign.com> * egcs_update: Added gcc/fixinc/* generated files to touch list. diff --git a/contrib/egcs_update b/contrib/egcs_update index cac547e..842467a 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 \ |