From e7111ac9dabf7d430c8fbab7966e16f84606e369 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 27 Aug 2004 22:36:49 +0000 Subject: [PATCH] [project @ 2004-08-27 22:36:49 by sof] all target: if building GMP, only descend into gmp/ when way="" --- ghc/rts/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 718e00f..99701b2 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -230,6 +230,7 @@ boot :: # Slight cheatage here to pass host as target, but x-compilation isn't supported by ghc. +ifeq "$(way)" "" all :: gmp/libgmp.a ifeq "$(DLLized)" "YES" @@ -239,6 +240,7 @@ $(DLL_PEN)/gmp.dll: $(MAKE) -C gmp gmp.dll $(MV) gmp/gmp.dll $(DLL_PEN) endif +endif install :: gmp/libgmp.a -- 1.7.10.4