diff options
Diffstat (limited to 'fixincludes/inclhack.def')
-rw-r--r-- | fixincludes/inclhack.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index adab21ef89b..396d33ea1b2 100644 --- a/fixincludes/inclhack.def +++ b/fixincludes/inclhack.def @@ -1756,6 +1756,13 @@ fix = { fix = { hackname = hpux_spu_info; mach = "*-hp-hpux*"; + /* + * It is tempting to omit the first "files" entry. Do not. + * The testing machinery will take the first "files" entry as the name + * of a test file to play with. It would be a nuisance to have a directory + * with the name "*". + */ + files = "ia64/sys/getppdp.h"; files = "*/sys/getppdp.h"; select = "^.*extern.*spu_info.*"; |