diff options
| author | ahoka <ahoka@NetBSD.org> | 2010-05-17 09:13:03 +0000 |
|---|---|---|
| committer | ahoka <ahoka@NetBSD.org> | 2010-05-17 09:13:03 +0000 |
| commit | 550ce899ded55ec2cbbbf9b4ffa758c73c41c9c9 (patch) | |
| tree | f306b55fb922c641859d735dfe77935f0ac347b2 /sys | |
| parent | 50faa9354144d7e364287e3b9e74db5938b55799 (diff) | |
Handle the HAVE_NBTOOL_CONFIG_H case.
Fixes hp700 build with objdir.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/hp700/include/elf_machdep.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hp700/include/elf_machdep.h b/sys/arch/hp700/include/elf_machdep.h index 93bf51718e9..8cb934b904b 100644 --- a/sys/arch/hp700/include/elf_machdep.h +++ b/sys/arch/hp700/include/elf_machdep.h @@ -1,3 +1,7 @@ -/* $NetBSD: elf_machdep.h,v 1.1 2002/06/06 19:48:07 fredette Exp $ */ +/* $NetBSD: elf_machdep.h,v 1.2 2010/05/17 09:13:03 ahoka Exp $ */ +#if HAVE_NBTOOL_CONFIG_H +#include <nbinclude/hppa/elf_machdep.h> +#else #include <hppa/elf_machdep.h> +#endif |
