diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-01 22:54:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-01 22:54:29 +0000 |
commit | 19f45213a2d18f4f0f343dd8cb3e9cca502b2902 (patch) | |
tree | 3dd1b0637b8f7925807b19fc0201fa08f55d5610 /=Maketools | |
parent | 1c93aeda573a9ba671377c235a861d0e8ccd02a8 (diff) |
Formerly Maketools.~6~
Diffstat (limited to '=Maketools')
-rw-r--r-- | =Maketools | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |