[project @ 2005-12-16 11:41:51 by simonmar]
authorsimonmar <unknown>
Fri, 16 Dec 2005 11:41:51 +0000 (11:41 +0000)
committersimonmar <unknown>
Fri, 16 Dec 2005 11:41:51 +0000 (11:41 +0000)
Avoid building the GHCi version of this lib

ghc/lib/compat/Makefile

index 9cc0395..06c6103 100644 (file)
@@ -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