diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-29 23:40:27 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-29 23:40:27 +0000 |
commit | b9c7e30a9942866694edab8a4a871bfe1bbaa39d (patch) | |
tree | 320ca94c4020857c61d25a7c4f4013cf91a7caa0 /contrib | |
parent | 225480647c346741c090ba8a792010ee5cb1448b (diff) | |
download | gcc-b9c7e30a9942866694edab8a4a871bfe1bbaa39d.tar.gz |
* egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
in the repo again.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23444 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-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 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 <korb@datadesign.com> * 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 \ |