From: simonmar Date: Fri, 16 Dec 2005 11:41:51 +0000 (+0000) Subject: [project @ 2005-12-16 11:41:51 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~87 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6cfd14d1fca66eac8a1247f0a86aa11521650106;p=ghc-hetmet.git [project @ 2005-12-16 11:41:51 by simonmar] Avoid building the GHCi version of this lib --- diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile index 9cc0395..06c6103 100644 --- a/ghc/lib/compat/Makefile +++ b/ghc/lib/compat/Makefile @@ -17,6 +17,9 @@ LIBRARY = libghccompat.a # We don't want this installed NO_INSTALL_LIBRARY = YES +# Avoid building the GHCi lib, since we don't need it +GhcWithInterpreter = NO + # Needed so that the libraries can #include relative to this directory. INCLUDE_DIRS=-I. -Iinclude