summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools4
1 files changed, 3 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index 92de2353..7ba35ae2 100644
--- a/=Maketools
+++ b/=Maketools
@@ -40,7 +40,9 @@ AR=$(tooldir)/ar
RANLIB=$(tooldir)/ranlib
LD=$(tooldir)/ld -L$(ccdir)
-INSTALL_BIN=objcopy -S
+INSTALL = install -c
+INSTALL_DATA = $(INSTALL) -m 644
+INSTALL_BIN = $(INSTALL) -m 755
#INSTALL_BIN=cp
machine := i386