diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 22:29:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 22:29:48 +0000 |
commit | 0795841f1e667606faac0913b295d1b4aa3296d6 (patch) | |
tree | 54c87942fe1daac9153d9a0e96224884a8ae7ece /contrib | |
parent | d2be0e00ddc78d0af5e104675cbc71ce426c78e3 (diff) | |
download | ppe42-gcc-0795841f1e667606faac0913b295d1b4aa3296d6.tar.gz ppe42-gcc-0795841f1e667606faac0913b295d1b4aa3296d6.zip |
* egcs_update: Remove gcc/java/parse.c from list of files to
touch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23062 138bc75d-0d04-0410-961f-82ee72b054a4
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 \ |