summaryrefslogtreecommitdiff
path: root/opcodes/m68k-dis.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-25 12:55:19 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-25 12:55:19 +0000
commit7be6ff256dd7b9adc614ac0d53eb0f8dd95c617f (patch)
tree83aeb1c6254f45ba3d1474962d6d7c517e8596dd /opcodes/m68k-dis.c
parent03af44bd4e30819a88ac53478e306e61771d2b6b (diff)
downloadbinutils-redhat-7be6ff256dd7b9adc614ac0d53eb0f8dd95c617f.tar.gz
* Makefile.am (sh-dis.lo): Don't put make commands in deps.
* Makefile.in: Regenerate. * arc-dis.c: Use #include "" instead of <> for local header files. * m68k-dis.c: Likewise.
Diffstat (limited to 'opcodes/m68k-dis.c')
-rw-r--r--opcodes/m68k-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c
index 0e9afb02f9..d575088e2a 100644
--- a/opcodes/m68k-dis.c
+++ b/opcodes/m68k-dis.c
@@ -1,6 +1,6 @@
/* Print Motorola 68k instructions.
Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
- 1998, 1999, 2000, 2001
+ 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "sysdep.h"
#include "dis-asm.h"
#include "floatformat.h"
-#include <libiberty.h>
+#include "libiberty.h"
#include "opintl.h"
#include "opcode/m68k.h"