[project @ 1997-09-24 15:39:52 by simonm]
authorsimonm <unknown>
Wed, 24 Sep 1997 15:39:52 +0000 (15:39 +0000)
committersimonm <unknown>
Wed, 24 Sep 1997 15:39:52 +0000 (15:39 +0000)
remove $(basename ..) from $(GhcLibHcOpts).

mk/config.mk.in

index 387030a..6262638 100644 (file)
@@ -238,7 +238,7 @@ GhcLibWays=p
 #      -O is pretty desirable, otherwise no inlining of prelude
 #              things (incl "+") happens when compiling with this compiler
 
-GhcLibHcOpts= -O -split-objs -odir $(basename $*)
+GhcLibHcOpts= -O -split-objs -odir $*
 
 
 #################################################################################