projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e28ab
)
Add the fixinc generated files to the touch list
author
Bruce Korb
<korbb@gcc.gnu.org>
Tue, 22 Sep 1998 07:28:05 +0000
(07:28 +0000)
committer
Bruce Korb
<korbb@gcc.gnu.org>
Tue, 22 Sep 1998 07:28:05 +0000
(07:28 +0000)
From-SVN: r22546
contrib/egcs_update
patch
|
blob
|
history
diff --git
a/contrib/egcs_update
b/contrib/egcs_update
index 596791e4767898157a65c53042ce9819cf82ccae..6c879e1ffc064c495c3d17d468715b1979452ad7 100755
(executable)
--- 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