Use <> instead of "" for including the common xm-nbsd.h, to avoid possible
include path confusion (since these files are named the same but in different directories).
This commit is contained in:
parent
4b569fc269
commit
6d6211445a
2
gnu/dist/toolchain/gdb/config/arm/xm-nbsd.h
vendored
2
gnu/dist/toolchain/gdb/config/arm/xm-nbsd.h
vendored
@ -18,4 +18,4 @@ along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "xm-nbsd.h"
|
||||
#include <xm-nbsd.h>
|
||||
|
2
gnu/dist/toolchain/gdb/config/i386/xm-nbsd.h
vendored
2
gnu/dist/toolchain/gdb/config/i386/xm-nbsd.h
vendored
@ -19,6 +19,6 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "xm-nbsd.h"
|
||||
#include <xm-nbsd.h>
|
||||
|
||||
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
|
||||
|
2
gnu/dist/toolchain/gdb/config/m68k/xm-nbsd.h
vendored
2
gnu/dist/toolchain/gdb/config/m68k/xm-nbsd.h
vendored
@ -19,4 +19,4 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "xm-nbsd.h"
|
||||
#include <xm-nbsd.h>
|
||||
|
@ -19,4 +19,4 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "xm-nbsd.h"
|
||||
#include <xm-nbsd.h>
|
||||
|
@ -19,4 +19,4 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "xm-nbsd.h"
|
||||
#include <xm-nbsd.h>
|
||||
|
2
gnu/dist/toolchain/gdb/config/vax/xm-nbsd.h
vendored
2
gnu/dist/toolchain/gdb/config/vax/xm-nbsd.h
vendored
@ -19,4 +19,4 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "xm-nbsd.h"
|
||||
#include <xm-nbsd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user