From 419c1644e84d45ca66a817816982b8713d8b9763 Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 1 Aug 2003 15:38:41 +0000 Subject: [PATCH] [project @ 2003-08-01 15:38:41 by panne] Compile with -Wall --- ghc/utils/prof/cgprof/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4