From 6b7962845e23bc65662385f6f410bfb7d7624f32 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 1 Apr 1994 22:54:29 +0000 Subject: Formerly Maketools.~6~ --- =Maketools | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/=Maketools b/=Maketools index b8d02bab..8e3995da 100644 --- a/=Maketools +++ b/=Maketools @@ -18,7 +18,11 @@ ifndef HOST_CC export HOST_CC := $(CC) endif CC=gcc $(CCTYPE) -O2 -pipe # Ceci n'est pas une pipe. +ifeq (,$(wildcard /usr/local/lib/migcom)) MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom +else +MIGCOM=/usr/local/lib/migcom +endif CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp export CPP # I put a /usr/local/bin/mig on the hp300s that will run $CPP locally and -- cgit v1.2.3