From 9986f6d24eb9ef383fbc30a294deb78a4224875f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 5 Jan 1993 21:53:12 -0700 Subject: Handle PA configuration files in new subdirectory. From-SVN: r3112 --- gcc/config/pa/pa-hpux.h | 2 +- gcc/config/pa/pa-hpux7.h | 2 +- gcc/config/pa/pa1.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 0be90ef..10d2650 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_DEFAULT 0 #endif -#include "pa.h" +#include "pa/pa.h" /* Make GCC agree with types.h. */ #undef SIZE_TYPE diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index 47ae664..bc3ff4c 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.h @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_DEFAULT 0 #endif -#include "pa.h" +#include "pa/pa.h" /* Make GCC agree with types.h. */ #undef SIZE_TYPE diff --git a/gcc/config/pa/pa1.h b/gcc/config/pa/pa1.h index 767101f9..af44f89 100644 --- a/gcc/config/pa/pa1.h +++ b/gcc/config/pa/pa1.h @@ -23,4 +23,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This is the same as pa.h, except that we generate snake code by default. */ -#include "pa.h" +#include "pa/pa.h" -- cgit v1.1