summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-03-20 18:55:18 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:06 +0200
commit6d269edda0f49741484c1da6c71d24c031abc9ce (patch)
tree9ab1d8a21978e97ba9325f393c945cf9522b2987 /makefile.in
parent4b55feb026b1f64555d7c11c2840fddd8fd029fe (diff)
downloaddev86-6d269edda0f49741484c1da6c71d24c031abc9ce.tar.gz
Import Dev86src-0.15.5.tar.gzv0.15.5
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile.in b/makefile.in
index 19828a2..25ea4d4 100644
--- a/makefile.in
+++ b/makefile.in
@@ -67,9 +67,15 @@ BCCARCH =-Mf -O
#endif
# Alter these if for some reason you don't want this done as root.
+#ifdef __BCC__
+INDAT=-o root -g root -m 644
+INEXE=-o root -g root -m 755
+INSCR=-o root -g root -m 755
+#else
INDAT=-o root -g root -m 644
INEXE=-o root -g root -m 755 -s
INSCR=-o root -g root -m 755
+#endif
#ifdef GNUMAKE
all: check_config bcc unproto copt as86 ar86 ld86 objdump86 \