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 | ab0103c6888946ee1a98df2c4464fe9d28188412 (patch) | |
tree | 9162a3a89e8ce6a56a65f0aff38c0e062f7930a5 /=Maketools | |
parent | 5a92483b8ff9718ef86ada672c7aa244641177f6 (diff) |
Formerly Maketools.~23~
Diffstat (limited to '=Maketools')
-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 |