summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-20 22:07:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-20 22:07:14 +0000
commit21380a320cef677b20623d8087022ef636d208d6 (patch)
tree97a6f9a27442228019603c57735a9c84e574cbef
parent2ecbf341faac771b9365d3ddd1cb9dfefb6349aa (diff)
Formerly Maketools.~19~
-rw-r--r--=Maketools5
1 files changed, 4 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index 0e28d4c5..77243782 100644
--- a/=Maketools
+++ b/=Maketools
@@ -41,6 +41,9 @@ MIG=mig # rsh $(mighost) cd `pwd` \; mig
AR=$(tooldir)/ar
RANLIB=$(tooldir)/ranlib
LD=$(ccdir)/ld -L$(ccdir)
-INSTALL_BIN=$(tooldir)/objcopy -S
+
+# objcopy zeroes the exec header, so we can't do this.
+#INSTALL_BIN=$(tooldir)/objcopy -S
+INSTALL_BIN=cp
machine := i386