summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-11-16 19:52:13 +0000
committerRoland McGrath <roland@gnu.org>1994-11-16 19:52:13 +0000
commit48ab62131d21c50e49dcae03fd1fefac234ade47 (patch)
tree35d42daa9cc0c980f7fec82575ecc81e90d5d3b1
parent153fe10fe8a57ade4f3419a6582651e706a44661 (diff)
(MIG, MIGCOM): Never define using rsh; use /usr/local/i386-gnu/....
-rw-r--r--=Maketools7
1 files changed, 3 insertions, 4 deletions
diff --git a/=Maketools b/=Maketools
index 9ce48964..70892be7 100644
--- a/=Maketools
+++ b/=Maketools
@@ -26,15 +26,14 @@ export BUILD_CC := $(CC)
endif
CC=gcc $(CCTYPE) -O2 -pipe
ifeq (,$(wildcard /usr/local/lib/migcom))
-MIGCOM=rsh $(mighost) cd `pwd` \; umask `umask` \; /usr/local/lib/migcom
+MIGCOM=/usr/local/i386-gnu/lib/migcom
+MIG=$(tooldir)/mig
else
MIGCOM=/usr/local/lib/migcom
+MIG=mig
endif
CPP=$(CC) -E -x c
export CPP
-# I put a /usr/local/bin/mig on the hp300s that will run $CPP locally and
-# rsh to ernst to run migcom. --roland
-MIG=mig # rsh $(mighost) cd `pwd` \; mig
AR=$(tooldir)/ar
RANLIB=$(tooldir)/ranlib
LD=$(tooldir)/ld -L$(ccdir)