diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-03-01 04:01:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-03-01 04:01:57 +0000 |
| commit | 7408d8ff343a0912c2c2850d08a4b740c23af690 (patch) | |
| tree | bf3896eb14592426b4cf64f5e8f5fc16139a0213 /gnu/usr.bin/binutils/libopcodes | |
| parent | 8a8d99276fbe426bfd91cf4527394b482fe4404f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libopcodes')
| -rw-r--r-- | gnu/usr.bin/binutils/libopcodes/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/libopcodes/Makefile.mips | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile b/gnu/usr.bin/binutils/libopcodes/Makefile index 410bb92c50e4..7e046460fa3d 100644 --- a/gnu/usr.bin/binutils/libopcodes/Makefile +++ b/gnu/usr.bin/binutils/libopcodes/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1998/03/12 02:55:32 jdp Exp $ +# $Id: Makefile,v 1.3 1998/03/12 05:14:19 jdp Exp $ # .include "../Makefile.inc0" @@ -8,7 +8,7 @@ LIB= opcodes SRCS+= dis-buf.c disassemble.c -CFLAGS+= -I${SRCDIR}/opcodes +CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd NOPROFILE= true NOPIC= true INTERNALLIB= true diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.mips b/gnu/usr.bin/binutils/libopcodes/Makefile.mips new file mode 100644 index 000000000000..5ac18d6d3337 --- /dev/null +++ b/gnu/usr.bin/binutils/libopcodes/Makefile.mips @@ -0,0 +1,6 @@ +# +# $Id: Makefile.i386,v 1.1 1998/03/12 02:55:32 jdp Exp $ +# + +SRCS+= mips-dis.c +CFLAGS+= -DARCH_mips |
