summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
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 \