diff options
| author | Miles Bader <miles@gnu.org> | 1995-08-23 13:37:22 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 1995-08-23 13:37:22 +0000 |
| commit | 0cf45c1e7e1c995c587fb72a91a0418fe52a5d62 (patch) | |
| tree | 9430610e637dbf6a79d1ff5c4e12d4020c09d6ad | |
| parent | d7533813fce8a5fecde98726572228e1ba215e5b (diff) | |
(INSTALL_BIN): Changed to INSTALL_PROGRAM.
| -rw-r--r-- | =Maketools | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
