From 27fa56e935d86618c400af21d7764571f9c92e27 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 24 Sep 1997 15:39:52 +0000 Subject: [PATCH] [project @ 1997-09-24 15:39:52 by simonm] remove $(basename ..) from $(GhcLibHcOpts). --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $* ################################################################################# -- 1.7.10.4