From 1b79f36c02accc4d401169a1816825c2ac8e42a4 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 14 Mar 2000 01:31:38 +0000 Subject: [PATCH] [project @ 2000-03-14 01:31:38 by sof] remove some Makefile debugging bits --- ghc/rts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 35322ae..276120a 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.18 2000/03/14 01:30:21 sof Exp $ +# $Id: Makefile,v 1.19 2000/03/14 01:31:38 sof Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -126,7 +126,7 @@ endif ifneq "$(HaveLibGmp)" "YES" boot :: - if [ ! -f gmp/configure ] ; then ( cd gmp && echo ${SED} && autoconf SED= ); fi; + if [ ! -f gmp/configure ] ; then ( cd gmp && autoconf ); fi; cd gmp && ./configure --target=$(HOSTPLATFORM) # Slight cheatage here to past host as target, but x-compilation isn't supported by ghc. -- 1.7.10.4