diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-06 04:53:12 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-06 04:53:12 +0000 |
commit | cdf8488c679ce1c423126831ceb36639b0b5ea64 (patch) | |
tree | 6d6352f98b0e82f311f560e71736232df43c1090 /gcc/config/pa/pa-hpux.h | |
parent | a636ea8acd6d79dc4683d8cf1d383c8fb5eb3a59 (diff) | |
download | gcc-cdf8488c679ce1c423126831ceb36639b0b5ea64.tar.gz |
Handle PA configuration files in new subdirectory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3112 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-hpux.h')
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 0be90ef0a07..10d26502fec 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 |