From: simonmar Date: Wed, 25 Feb 2004 11:16:20 +0000 (+0000) Subject: [project @ 2004-02-25 11:16:20 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~67 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5b79083aee3199c3a82bfc20062119018002d710;p=ghc-hetmet.git [project @ 2004-02-25 11:16:20 by simonmar] Fix a test --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 63fc69e..39322ba 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -53,7 +53,7 @@ WAY_debug_HC_OPTS=-optc-DDEBUG WAY_debug_p_NAME=debug profiled WAY_debug_p_HC_OPTS=-optc-DDEBUG -prof -ifneq "$(findstring $(way), debug debug_p)" "" +ifneq "$(findstring debug, $(way))" "" GhcRtsHcOpts= GhcRtsCcOpts=-g endif