X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=4f8c669f2dac7ade4b5fa185c55c21f33e208b19;hb=31442604c1d4ee4102a459a64e4afc39c49fc8a2;hp=c0dcae59930f52e3e7744176c483ce7b6e91044c;hpb=b41b49bd7129775944fdf6305db513c1a1648ff2;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index c0dcae5..4f8c669 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -177,6 +177,7 @@ endif # and not worth re-implementing in our Makefile framework. ifneq "$(HaveLibGmp)" "YES" +ifneq "$(HaveFrameworkHaskellSupport)" "YES" ifneq "$(HOSTPLATFORM)" "i386-unknown-mingw32" boot :: cd gmp && ./configure --enable-shared=no \ @@ -208,6 +209,7 @@ clean distclean maintainer-clean :: INSTALL_LIBS += gmp/libgmp.a endif +endif gmp/libgmp.a :: $(MAKE) -C gmp MAKEFLAGS=