From f06e7a27b915691556a3ba2581c5dfec17650c3f Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 16 Sep 1998 13:16:27 +0000 Subject: [PATCH] * egcs_update: Additionally touch gcc/java/parse.[ch]. From-SVN: r22452 --- contrib/ChangeLog | 5 +++++ contrib/egcs_update | 2 ++ 2 files changed, 7 insertions(+) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 41effccaaa7..a2f1c5d0d53 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,4 +1,9 @@ +Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi + + * egcs_update: Additionally touch gcc/java/parse.[ch]. + Thu Sep 9 16:48 Bruce Korb + * fixinc/inclhack.def: Added two files required by SCO's Open Server 5's avoid_bool fix. Regenerated fixinc.x and inclhack.sh to incorporate diff --git a/contrib/egcs_update b/contrib/egcs_update index 9ebe0908397..596791e4767 100755 --- a/contrib/egcs_update +++ b/contrib/egcs_update @@ -75,6 +75,8 @@ 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 do touch $f