From 2c3ac937ad81f19c5254ee37ac80d3c2018ba255 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 17 Aug 2009 09:11:05 +0000 Subject: [PATCH] comment fix --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index b35b4b6..9ada654 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -152,7 +152,7 @@ GhcWithNativeCodeGen=$(strip\ HaveLibDL = @HaveLibDL@ # ArchSupportsSMP should be set iff there is support for that arch in -# includes/SMP.h +# includes/stg/SMP.h ArchSupportsSMP=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc powerpc))) # lazy test, because $(GhcUnregisterised) might be set in build.mk later. -- 1.7.10.4