From 5b79083aee3199c3a82bfc20062119018002d710 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 25 Feb 2004 11:16:20 +0000 Subject: [PATCH] [project @ 2004-02-25 11:16:20 by simonmar] Fix a test --- ghc/rts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4