From: Ian Lynagh Date: Wed, 11 Apr 2007 00:25:16 +0000 (+0000) Subject: Build library Setup.hs's with -Wall X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6c30dba408cf095d28532ee3fb55e2ea05571850 Build library Setup.hs's with -Wall --- 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)