From: panne Date: Fri, 1 Aug 2003 15:38:41 +0000 (+0000) Subject: [project @ 2003-08-01 15:38:41 by panne] X-Git-Tag: Approx_11550_changesets_converted~601 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=419c1644e84d45ca66a817816982b8713d8b9763 [project @ 2003-08-01 15:38:41 by panne] Compile with -Wall --- diff --git a/ghc/utils/prof/cgprof/Makefile b/ghc/utils/prof/cgprof/Makefile index 4471a37..fd6ac04 100644 --- a/ghc/utils/prof/cgprof/Makefile +++ b/ghc/utils/prof/cgprof/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 2000/04/05 10:06:36 simonmar Exp $ +# $Id: Makefile,v 1.2 2003/08/01 15:38:41 panne Exp $ # # (c) The GHC Team, 2000 # @@ -10,6 +10,6 @@ include $(TOP)/mk/boilerplate.mk C_PROG = cgprof INSTALL_LIBEXECS=$(C_PROG) -SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) +SRC_CC_OPTS += -Wall -I$(GHC_INCLUDE_DIR) include $(TOP)/mk/target.mk