From c43539c359d0d0f25b6a3ce2e33bd45b8956a4aa Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 10 Feb 2005 13:38:50 +0000 Subject: [PATCH] [project @ 2005-02-10 13:38:50 by simonmar] NO_INSTALL_LIBRARY=YES --- ghc/lib/compat/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile index 664ad3c..a087cde 100644 --- a/ghc/lib/compat/Makefile +++ b/ghc/lib/compat/Makefile @@ -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) -- 1.7.10.4