From 0b4ff5ae82646bce51dc3327f44cd55556871fac Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Tue, 22 Sep 1998 07:28:05 +0000 Subject: [PATCH] Add the fixinc generated files to the touch list From-SVN: r22546 --- contrib/egcs_update | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/egcs_update b/contrib/egcs_update index 596791e4767..6c879e1ffc0 100755 --- a/contrib/egcs_update +++ b/contrib/egcs_update @@ -77,7 +77,10 @@ for f in gcc/c-parse.y \ gcc/objc/objc-parse.y \ gcc/java/parse.c \ gcc/java/parse.h \ - libf2c/libU77/stamp-h.in + libf2c/libU77/stamp-h.in \ + contrib/fixinc/fixincl.x \ + contrib/fixinc/inclhack.sh \ + contrib/fixinc/fixincl.sh do touch $f done