[project @ 1997-12-19 16:21:46 by simonm]
authorsimonm <unknown>
Fri, 19 Dec 1997 16:21:46 +0000 (16:21 +0000)
committersimonm <unknown>
Fri, 19 Dec 1997 16:21:46 +0000 (16:21 +0000)
don't split objects for way "mr" too.

mk/config.mk.in

index 82c7dbf..2b12404 100644 (file)
@@ -245,10 +245,14 @@ GhcLibWays=p
 #
 # ToDo: track down the source of this.
 #
-ifneq "$(strip $(way))" "p"
-GhcLibHcOpts= -O -split-objs -odir $*
-else
+ifeq "$(strip $(way))" "p"
+GhcLibHcOpts= -O
+else 
+ifeq "$(strip $(way))" "mr"
 GhcLibHcOpts= -O
+else
+GhcLibHcOpts= -O -split-objs -odir $*
+endif
 endif
 
 # what to include in a binary distribution