comment fix
authorSimon Marlow <marlowsd@gmail.com>
Mon, 17 Aug 2009 09:11:05 +0000 (09:11 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 17 Aug 2009 09:11:05 +0000 (09:11 +0000)
mk/config.mk.in

index b35b4b6..9ada654 100644 (file)
@@ -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.