aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/README
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2010-03-12 05:21:19 +0000
committerBruce Korb <korbb@gcc.gnu.org>2010-03-12 05:21:19 +0000
commitd76f631a86565e06d58ee1dbf63a386fd5e9fdec (patch)
tree3b83090ee4324d69684d5a4b8a59629b471bf64e /fixincludes/README
parentb2071557ce50d95a030f899d27798ffd6e116e19 (diff)
Add comment about changing directory references.
From-SVN: r157401
Diffstat (limited to 'fixincludes/README')
-rw-r--r--fixincludes/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/README b/fixincludes/README
index bd39a0c0469..07a3964a26a 100644
--- a/fixincludes/README
+++ b/fixincludes/README
@@ -6,7 +6,7 @@ See also: http://autogen.SourceForge.net/fixinc.html
The set of fixes required was distilled down to just the data required
to specify what needed to happen for each fix. Those data were edited
-into a file named gcc/fixinc/inclhack.def. A program called AutoGen
+into a file named fixincludes/inclhack.def. A program called AutoGen
(http://autogen.SourceForge.net) uses these definitions to instantiate
several different templates that then produces code for a fixinclude
program (fixincl.x) and a shell script to test its functioning. On