summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-01 04:45:06 +0000
committerRoland McGrath <roland@gnu.org>1995-04-01 04:45:06 +0000
commit1551b621eb3fb0dcc90ca1e29d8d57e164cc6fd4 (patch)
treea514f2b06debc002a36221118511424cf3ca274a
parent6346960da5e4b17507b24cb5ca834f52be4d7fdd (diff)
(INSTALL, INSTALL_DATA, INSTALL_BIN): Define normally using `install'.
-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