summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools4
1 files changed, 4 insertions, 0 deletions
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