X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fprof%2Fcgprof%2FMakefile;h=fd6ac040a79bf0909eee44baccb663e1c15514a8;hb=419c1644e84d45ca66a817816982b8713d8b9763;hp=4471a37a09ff0c4f94ac265bc722bdd25b4733f4;hpb=abf2d89bfe6bcf075791000f7a54901f9f1f37be;p=ghc-hetmet.git 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