diff options
author | Per Bothner <per@bothner.com> | 1993-06-07 19:59:50 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-06-07 19:59:50 +0000 |
commit | e0a8bcfb5437af5294cdae2d513eca3d601534ab (patch) | |
tree | a293afff8278c30d86bf999c2aa67a5df25d09fc /opcodes/Makefile.in | |
parent | 7f2649bb061f8e22a046845224262cbd768a850d (diff) | |
download | gdb-e0a8bcfb5437af5294cdae2d513eca3d601534ab.zip gdb-e0a8bcfb5437af5294cdae2d513eca3d601534ab.tar.gz gdb-e0a8bcfb5437af5294cdae2d513eca3d601534ab.tar.bz2 |
* Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
* configure.in: No longer need to configure to get sysdep.h.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 1ab55e9..246bda7 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -55,7 +55,7 @@ RANLIB = ranlib INCDIR = $(srcdir)/../include BFDDIR = $(srcdir)/../bfd -CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(BFDDIR) +CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) DEP = mkdep @@ -64,7 +64,7 @@ TARGETLIB = libopcodes.a # To circumvent a Sun make VPATH bug, each file listed here # should also have a foo.o: foo.c line further along in this file. DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o dis-buf.o \ - sparc-dis.o + sparc-dis.o a29k-dis.o i960-dis.o alpha-dis.o sh-dis.o hppa-dis.o OFILES = $(DIS_LIBS) sparc-opc.o m68881-ext.o #### host and target dependent Makefile fragments come in here. @@ -113,15 +113,20 @@ $(TARGETLIB): $(OFILES) $(RANLIB) $(TARGETLIB) # Circumvent Sun Make bug with VPATH. +a29k-dis.o: a29k-dis.c dis-buf.o: dis-buf.c h8500-dis.o: h8500-dis.c i386-dis.o: i386-dis.c +i960-dis.o: i960-dis.c m68881-ext.o: m68881-ext.c m68k-dis.o: m68k-dis.c mips-dis.o: mips-dis.c sparc-dis.o: sparc-dis.c sparc-opc.o: sparc-opc.c z8k-dis.o: z8k-dis.c +sh-dis.o: sh-dis.c +alpha-dis.o: alpha-dis.c +hppa-dis.o: hppa-dis.c $(srcdir)/../include/opcode/hppa.h tags etags: TAGS |