From beba34dc223aa0dcf3e5f696966c5e8408b022c3 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sat, 24 Jan 2004 16:27:32 +0100 Subject: Import Dev86src-0.16.15.tar.gz --- bin86/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin86') diff --git a/bin86/Makefile b/bin86/Makefile index 2be62a8..3d8aa6f 100644 --- a/bin86/Makefile +++ b/bin86/Makefile @@ -27,13 +27,11 @@ all: install: all install $(INSTALL_OPTS) as/as86 $(BINDIR)/as$(SUF) - install $(INSTALL_OPT) as/as86_encap $(BINDIR)/as$(SUF)_encap install $(INSTALL_OPTS) ld/ld86 $(BINDIR)/ld$(SUF) install $(INSTALL_OPTS) ld/objdump86 $(BINDIR)/objdump$(SUF) install $(MAN_OPTS) man/*.1 $(MANDIR) ln -sf objdump$(SUF) $(BINDIR)/nm$(SUF) ln -sf objdump$(SUF) $(BINDIR)/size$(SUF) - ln -sf as86.1 $(MANDIR)/as86_encap.1 depend clean clobber: set -e ; for d in $(DIRS); do \ -- cgit v1.2.1