From 6c30dba408cf095d28532ee3fb55e2ea05571850 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 11 Apr 2007 00:25:16 +0000 Subject: [PATCH] Build library Setup.hs's with -Wall --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Makefile b/libraries/Makefile index 881cfc2..ff20ce3 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -98,7 +98,7 @@ $(foreach SUBDIR,$(SUBDIRS),$(SUBDIR)/setup/Setup): \ -$(RM) -rf $*/setup mkdir $*/setup $(CP) $*/Setup.*hs $*/setup - cd $*/setup && $(GHC) --make -i../../$(BOOTSTRAPPING_CABAL) Setup.*hs -o Setup + cd $*/setup && $(GHC) -Wall --make -i../../$(BOOTSTRAPPING_CABAL) Setup.*hs -o Setup stamp/$(BOOTSTRAPPING_CABAL): $(RM) -rf $(BOOTSTRAPPING_CABAL) -- 1.7.10.4