diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 1998-09-22 07:28:05 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1998-09-22 07:28:05 +0000 |
commit | 0b4ff5ae82646bce51dc3327f44cd55556871fac (patch) | |
tree | 23e912a3884979ad22df6f1d755030ec1d9e245f /contrib | |
parent | f3e28ab46c9aa5fea467cdce0a0c6ab738f1e2aa (diff) | |
download | gcc-0b4ff5ae82646bce51dc3327f44cd55556871fac.tar.gz |
Add the fixinc generated files to the touch list
From-SVN: r22546
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/egcs_update | 5 |
1 files changed, 4 insertions, 1 deletions
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 |