From: simonm Date: Wed, 24 Sep 1997 15:39:52 +0000 (+0000) Subject: [project @ 1997-09-24 15:39:52 by simonm] X-Git-Tag: Approx_2487_patches~1471 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=27fa56e935d86618c400af21d7764571f9c92e27;p=ghc-hetmet.git [project @ 1997-09-24 15:39:52 by simonm] remove $(basename ..) from $(GhcLibHcOpts). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 387030a..6262638 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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 $* #################################################################################