From: sof Date: Sat, 13 Apr 2002 05:18:07 +0000 (+0000) Subject: [project @ 2002-04-13 05:18:07 by sof] X-Git-Tag: Approx_11550_changesets_converted~2153 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a3a6d930446b4973b60fe1726ad0d94e2659135a;p=ghc-hetmet.git [project @ 2002-04-13 05:18:07 by sof] fixed config of PACKAGE_CPP_OPTS in DEBUG mode --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index d19471c..9c3e312 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.69 2002/02/18 17:26:48 sof Exp $ +# $Id: Makefile,v 1.70 2002/04/13 05:18:07 sof Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -123,8 +123,8 @@ endif endif # If -DDEBUG is in effect, adjust package conf accordingly.. -ifneq "$(strip $(filter -DDEBUG,$(CC_OPTS)))" "" -PACKAGE_CPP_OPTS += -DDEBUG +ifneq "$(strip $(filter -DDEBUG,$(GhcHcOpts)))" "" +PACKAGE_CPP_OPTS += -DDEBUG -DUSING_LIBBFD endif #-----------------------------------------------------------------------------