diff options
author | Miles Bader <miles@gnu.org> | 1995-04-10 18:40:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-10 18:40:45 +0000 |
commit | 5f6b2c7a0f24b2cc789470c1e154737c377300ba (patch) | |
tree | 842d73cb9a72305db61b2f588954d4f4130684d8 | |
parent | 780b6adb8679a1616e6d62e7757e78db0520f657 (diff) |
Make INSTALL_BIN use /gd4/hurd-cross/install-stripped to install binaries
stripped.
-rw-r--r-- | =Maketools | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ crossheaders := $(crossdir)/include INSTALL = install -c INSTALL_DATA = $(INSTALL) -m 644 -INSTALL_BIN = $(INSTALL) -m 755 +INSTALL_BIN = /gd4/hurd-cross/install-stripped #INSTALL_BIN=cp machine := i386 |