diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-10 17:41:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-10 17:41:51 +0000 |
commit | 2c142661b4c646f642a2c607ba4c7a1e0fff4862 (patch) | |
tree | c76a389e65b80a915fef8432f7ee2529cc18d9bb | |
parent | 134767051006b15de509bce33c3495bb40b6f97a (diff) |
Formerly Maketools.~23~
-rw-r--r-- | =Maketools | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ export CPP MIG=mig # rsh $(mighost) cd `pwd` \; mig AR=$(tooldir)/ar RANLIB=$(tooldir)/ranlib -LD=$(ccdir)/ld -L$(ccdir) +LD=$(tooldir)/ld -L$(ccdir) INSTALL_BIN=$(tooldir)/objcopy -S #INSTALL_BIN=cp |