diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 94b49ebe18a30700c5f2a02b26b3d794dcd352cb..23306e6cdafb6efc061a8c23f7f24d93d8ac9429 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-15  Steve Ellcey  <sje@cup.hp.com>
+
+	* inclhack.def (hpux_spu_info): Match PA as well as IA64.
+	* fixincl.x: Regenerate.
+
 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* configure.ac: Fix a typo.
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
index aa2568921788392f8ede31fad36d237e2fe7f652..ab584b792c18446fc9d607c026ff45d567c25c27 100644
--- a/fixincludes/fixincl.x
+++ b/fixincludes/fixincl.x
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Saturday September  6, 2008 at 11:42:15 AM PDT
+ * It has been AutoGen-ed  Wednesday December 10, 2008 at 10:13:23 AM PST
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Sep  6 11:42:15 PDT 2008
+/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Dec 10 10:13:23 PST 2008
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -3133,7 +3133,7 @@ tSCC zHpux_Spu_InfoName[] =
  *  File name selection pattern
  */
 tSCC zHpux_Spu_InfoList[] =
-  "ia64/sys/getppdp.h\0";
+  "*/sys/getppdp.h\0";
 /*
  *  Machine/OS name selection pattern
  */
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index 69ea0cf59a80f5a6f24f2bb621c569e8fe4f04cf..8d50abf1b49fa6aff7c00ff5384d2944a7f69894 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -1756,7 +1756,7 @@ fix = {
 fix = {
     hackname = hpux_spu_info;
     mach     = "*-hp-hpux*";
-    files    = ia64/sys/getppdp.h;
+    files    = "*/sys/getppdp.h";
     select   = "^.*extern.*spu_info.*";
 
     c_fix     = format;