aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-16 00:24:54 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-16 00:24:54 +0000
commit193dc897c790dae5df2843fe70d414b0f0edfc4e (patch)
tree09be9e9430c41e762635e883bad5b411ee886c73 /opcodes
parent98e4321e8d64a35a461082e08269d646064acd5b (diff)
downloadfsf-binutils-gdb-193dc897c790dae5df2843fe70d414b0f0edfc4e.zip
fsf-binutils-gdb-193dc897c790dae5df2843fe70d414b0f0edfc4e.tar.gz
fsf-binutils-gdb-193dc897c790dae5df2843fe70d414b0f0edfc4e.tar.bz2
remove parentdir support
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 246bda7..325aaf5 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -63,7 +63,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 \
+DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o h8300-dis.o dis-buf.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
@@ -116,6 +116,7 @@ $(TARGETLIB): $(OFILES)
a29k-dis.o: a29k-dis.c
dis-buf.o: dis-buf.c
h8500-dis.o: h8500-dis.c
+h8300-dis.o: h8300-dis.c
i386-dis.o: i386-dis.c
i960-dis.o: i960-dis.c
m68881-ext.o: m68881-ext.c
@@ -166,9 +167,6 @@ roll:
force:
install:
- -parent=`echo $(libdir)|sed -e 's@/[^/]*$$@@'`; \
- if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
- -if [ -d $(libdir) ] ; then true ; else mkdir $(libdir) ; fi
$(INSTALL_DATA) $(TARGETLIB) $(libdir)/libopcodes.a
$(RANLIB) $(libdir)/libopcodes.a