* config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
include file of the same name.
This commit is contained in:
parent
074b403ea7
commit
8501bbeb90
|
@ -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>
|
2002-05-16 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* configure.tgt: Mark v850 as multi-arched.
|
* configure.tgt: Mark v850 as multi-arched.
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
#define NM_NBSD_H
|
#define NM_NBSD_H
|
||||||
|
|
||||||
/* Get generic NetBSD native definitions. */
|
/* Get generic NetBSD native definitions. */
|
||||||
#include <nm-nbsd.h>
|
#include "config/nm-nbsd.h"
|
||||||
|
|
||||||
#endif /* NM_NBSD_H */
|
#endif /* NM_NBSD_H */
|
||||||
|
|
Loading…
Reference in New Issue