diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-08 22:03:13 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-08 22:03:13 +0000 |
commit | e2bbeddb3d6a09d50edc7807fc9c0a2a59ade210 (patch) | |
tree | f1d0c1891fadadfd27fc4f30e3ced9934ae2dcac /contrib | |
parent | f4f50bef26f37818307102e095bf7d426b292711 (diff) | |
download | gcc-e2bbeddb3d6a09d50edc7807fc9c0a2a59ade210.tar.gz |
* gcc_update: Remove references to inclhack.tpl.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_update | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7ad347abfc7..fe996861557 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2000-05-08 Richard Hendeson <rth@cygnus.com> + + * gcc_update: Remove references to inclhack.tpl. + 2000-04-28 Jason Merrill <jason@casey.cygnus.com> * index-prop: Use a single pattern. Also support *** cdiffs. diff --git a/contrib/gcc_update b/contrib/gcc_update index 1d3572b4045..cd2b2fdb37e 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -68,8 +68,8 @@ gcc/c-parse.c: gcc/c-parse.y gcc/c-parse.h: gcc/c-parse.c gcc/c-gperf.h: gcc/c-parse.gperf gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def -gcc/fixinc/inclhack.sh: gcc/fixinc/inclhack.def gcc/fixinc/inclhack.tpl gcc/fixinc/hackshell.tpl -gcc/fixinc/fixincl.sh: gcc/fixinc/inclhack.def gcc/fixinc/inclhack.tpl +gcc/fixinc/inclhack.sh: gcc/fixinc/inclhack.def gcc/fixinc/hackshell.tpl +gcc/fixinc/fixincl.sh: gcc/fixinc/inclhack.def # And then, language-specific files gcc/cp/parse.c: gcc/cp/parse.y gcc/cp/parse.h: gcc/cp/parse.c |