From 8d5695cdb31dc92536dd29b8c36b0583add656ee Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 20:15:17 +0000 Subject: Formerly Maketools.~16~ --- =Maketools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/=Maketools b/=Maketools index 400f39aa..6e06d76a 100644 --- a/=Maketools +++ b/=Maketools @@ -26,8 +26,8 @@ ccdir = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION) ifndef HOST_CC export HOST_CC := $(CC) endif -CC=gcc $(CCTYPE) -O2 -pipe # Ceci n'est pas une pipe. -MIGHOSTCC= gcc $(MIGHOSTCCTYPE) -O2 -pipe +CC=gcc $(CCTYPE) -O2 +MIGHOSTCC= gcc $(MIGHOSTCCTYPE) -O2 ifeq (,$(wildcard /usr/local/lib/migcom)) MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom else -- cgit v1.2.3