X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=934c4291d6c493b494963c8643912f0acd03c3cf;hb=f97dcf9fc2ea2a419087bca53f2fea811c5181a9;hp=15cbdd4227b71582a36e254aa7682f96bdc744d1;hpb=6d194f48d7313fa8daa004b7b3e3a55ffa52f4a9;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 15cbdd4..934c429 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -233,7 +233,7 @@ endif # and not worth re-implementing in our Makefile framework. ifneq "$(HaveLibGmp)" "YES" -ifneq "$(HaveFrameworkHaskellSupport)" "YES" +ifneq "$(HaveFrameworkGMP)" "YES" boot :: if [ -f gmp/config.status ]; then \ cd gmp && CC=$(WhatGccIsCalled) ./config.status; \