* config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic

include file of the same name.
This commit is contained in:
Richard Earnshaw 2002-05-16 13:32:14 +00:00
parent 074b403ea7
commit 8501bbeb90
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-15 Richard Earnshaw <rearnsha@arm.com>
* config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
include file of the same name.
2002-05-16 Corinna Vinschen <vinschen@redhat.com>
* configure.tgt: Mark v850 as multi-arched.

View File

@ -22,6 +22,6 @@
#define NM_NBSD_H
/* Get generic NetBSD native definitions. */
#include <nm-nbsd.h>
#include "config/nm-nbsd.h"
#endif /* NM_NBSD_H */