summaryrefslogtreecommitdiff
path: root/bin86
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-05-21 14:51:52 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:38 +0200
commitdc528617dc33dfaccb5285f327eac98ed56786b6 (patch)
treeddc21e12ef005e69d5eb8c3e5a4624421a4dbc3d /bin86
parent6d269edda0f49741484c1da6c71d24c031abc9ce (diff)
downloaddev86-dc528617dc33dfaccb5285f327eac98ed56786b6.tar.gz
Import Dev86src-0.15.6.tar.gzv0.15.6
Diffstat (limited to 'bin86')
-rw-r--r--bin86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin86/Makefile b/bin86/Makefile
index 615d915..4c8dd82 100644
--- a/bin86/Makefile
+++ b/bin86/Makefile
@@ -9,6 +9,7 @@ LIBDIR=$(PREFIX)/lib
MANDIR=$(PREFIX)/man/man1
SUF=86
+INSTALL_OPT=-m 755
INSTALL_OPTS=-m 755 -s
MAN_OPTS =-m 644
@@ -26,7 +27,7 @@ all:
install: all
install $(INSTALL_OPTS) as/as86 $(BINDIR)/as$(SUF)
- install $(INSTALL_OPTS) as/as86_encap $(BINDIR)/as$(SUF)_encap
+ 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)