diff options
author | Steve Chamberlain <sac@cygnus> | 1993-03-19 22:39:35 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-03-19 22:39:35 +0000 |
commit | 337110eab7a32a71ef852e5ffb328a5cfb926f18 (patch) | |
tree | 126fb5f40c5dcb5959b303c88943e44462d2e361 /opcodes/Makefile.in | |
parent | 45798e50ad0e634f50543175082e49a2bc0f3717 (diff) | |
download | gdb-337110eab7a32a71ef852e5ffb328a5cfb926f18.zip gdb-337110eab7a32a71ef852e5ffb328a5cfb926f18.tar.gz gdb-337110eab7a32a71ef852e5ffb328a5cfb926f18.tar.bz2 |
New file
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 1dfe004..42eb114 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -62,7 +62,7 @@ DEP = mkdep TARGETLIB = libopcodes.a -DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o +DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o OFILES = $(DIS_LIBS) sparc-opc.o m68881-ext.o #### host and target dependent Makefile fragments come in here. |