diff --git a/mk/config.mk.in b/mk/config.mk.in
index a2f6a654b09a6ecbc468adcb027b6e08e0738713..8f0076130f941bca5f26e23530f8fba4374578fb 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -1,7 +1,7 @@
 #
 # @configure_input@
 #
-#################################################################################
+################################################################################
 #
 #			config.mk.in-template
 #
@@ -9,7 +9,7 @@
 #	a particular build.
 #
 #
-#################################################################################
+################################################################################
 
 # The configuration is defined in two steps:
 #
@@ -38,11 +38,11 @@
 # included by boilerplate.mk (see boilerplate.mk for a list).
 
 
-#################################################################################
+################################################################################
 #
 #		Project-wide platform variables
 #
-#################################################################################
+################################################################################
 
 # A "platform" is the GNU cpu-type/manufacturer/operating-system target machine
 # specifier.  E.g. sparc-sun-solaris2
@@ -89,13 +89,13 @@ LeadingUnderscore=@LeadingUnderscore@
 # Pin a suffix on executables? If so, what. (cygwin32 only).
 exeext=@exeext@
 
-#################################################################################
+################################################################################
 #
 #		project-wide flags
 #
 # 	Set of options applicable to all fptools projects
 #
-#################################################################################
+################################################################################
 
 #
 # What parts to build: An fptools build tree does not have to be built
@@ -121,14 +121,14 @@ ProjectsToInstall = glafp-utils ghc hslibs
 #
 IncludeTestDirsInBuild=NO
 
-#################################################################################
+################################################################################
 #
 #		GHC project
 # 
 # 	Set of (configurable) options needed by the ghc tree
 #	plus their default options (if any).
 #
-#################################################################################
+################################################################################
 
 #---------------------------------------------------------------
 #
@@ -249,13 +249,13 @@ GhcReportCompiles=NO
 #
 EnableWin32DLLs=@EnableWin32DLLs@
 
-#################################################################################
+################################################################################
 #
 #		happy project
 #
 # 	Happy specific options
 #
-#################################################################################
+################################################################################
 
 # The compiler you'd like to use to compile Happy
 WithHappyHc = @WithHc@
@@ -265,29 +265,29 @@ WithHappyHc = @WithHc@
 #
 HappyHcOpts = -O
 
-#################################################################################
+################################################################################
 #
 #		haggis project
 #
 # 	Haggis specific options
 #
-#################################################################################
+################################################################################
 
-#################################################################################
+################################################################################
 #
 #		green-card project
 #
 # 	Green-card specific options
 #
-#################################################################################
+################################################################################
 
-#################################################################################
+################################################################################
 #
 #		nofib project
 #
 # 	nofib specific options
 #
-#################################################################################
+################################################################################
 
 
 # NoFibSubDirs controls which set of tests should be run
@@ -317,11 +317,11 @@ NoFibHcOpts = -O
 #
 # ==============================================================================
 
-#################################################################################
+################################################################################
 #
 #		Paths (see paths.mk)
 #
-#################################################################################
+################################################################################
 
 TMPDIR			= /tmp
 
@@ -390,11 +390,11 @@ mandir		= $(prefix)/man
 endif
  
 
-#################################################################################
+################################################################################
 #
 #		Utilities programs: flags
 #
-#################################################################################
+################################################################################
 
 # If you want to give any standard flags to pretty much any utility
 # (see utils.mk for a complete list), by adding a line here
@@ -407,11 +407,11 @@ endif
 #	SRC_HC_OPTS += -O
 
 
-#################################################################################
+################################################################################
 #
 #		Utilities programs: where to find them
 #
-#################################################################################
+################################################################################
 
 #-----------------------------------------------------------------------------
 # FPtools Utility locations