diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 667d3dfe7b8855f3e935a32e78c57c705eee62ca..a392c7e00cd654c9d62bdc2724e4f771e79a1a2c 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 bd39a0c04697896a7ad28c26bcabb8389e1e4a37..07a3964a26aaaf082c7bb996d32d93f348bd335c 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