Module Name:    src
Committed By:   ahoka
Date:           Mon May 17 09:13:03 UTC 2010

Modified Files:
        src/sys/arch/hp700/include: elf_machdep.h

Log Message:
Handle the HAVE_NBTOOL_CONFIG_H case.

Fixes hp700 build with objdir.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp700/include/elf_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/include/elf_machdep.h
diff -u src/sys/arch/hp700/include/elf_machdep.h:1.1 src/sys/arch/hp700/include/elf_machdep.h:1.2
--- src/sys/arch/hp700/include/elf_machdep.h:1.1	Thu Jun  6 19:48:07 2002
+++ src/sys/arch/hp700/include/elf_machdep.h	Mon May 17 09:13:03 2010
@@ -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

Reply via email to