From 48ab62131d21c50e49dcae03fd1fefac234ade47 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 16 Nov 1994 19:52:13 +0000 Subject: (MIG, MIGCOM): Never define using rsh; use /usr/local/i386-gnu/.... --- =Maketools | 7 +++---- 1 file 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) -- cgit v1.2.3