From d76f631a86565e06d58ee1dbf63a386fd5e9fdec Mon Sep 17 00:00:00 2001
From: Bruce Korb <bkorb@gnu.org>
Date: Fri, 12 Mar 2010 05:21:19 +0000
Subject: [PATCH] Add comment about changing directory references.

From-SVN: r157401
---
 fixincludes/ChangeLog | 4 ++++
 fixincludes/README    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 667d3dfe7b88..a392c7e00cd6 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-10  Bruce Korb  <bkorb@gnu.org>
+
+	* README: fix up references to old gcc/fixinc directory
+
 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
 	* inclhack.def (solaris_int_limits_3): New fix.
diff --git a/fixincludes/README b/fixincludes/README
index bd39a0c04697..07a3964a26aa 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
-- 
GitLab