From e60ec84aaedc9e7af002d31631c33559011e64f6 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 23 Aug 1995 13:37:22 +0000 Subject: (INSTALL_BIN): Changed to INSTALL_PROGRAM. --- =Maketools | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '=Maketools') diff --git a/=Maketools b/=Maketools index 5d03cbb2..d92a9ae2 100644 --- a/=Maketools +++ b/=Maketools @@ -48,7 +48,6 @@ crossheaders := $(crossdir)/include INSTALL = install -c INSTALL_DATA = $(INSTALL) -m 644 -INSTALL_BIN = $(INSTALL) -m 755 -#INSTALL_BIN=cp +INSTALL_PROGRAM = $(INSTALL) -m 755 machine := i386 -- cgit v1.2.3