[project @ 2005-02-10 13:38:50 by simonmar]
authorsimonmar <unknown>
Thu, 10 Feb 2005 13:38:50 +0000 (13:38 +0000)
committersimonmar <unknown>
Thu, 10 Feb 2005 13:38:50 +0000 (13:38 +0000)
NO_INSTALL_LIBRARY=YES

ghc/lib/compat/Makefile

index 664ad3c..a087cde 100644 (file)
@@ -12,6 +12,9 @@ ALL_DIRS = \
 
 LIBRARY = libghccompat.a
 
+# We don't want this installed
+NO_INSTALL_LIBRARY = YES
+
 # Just to silence warnings
 MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR)