From 94504e0d978d48748d24676cbb5d38cf2f7c4e3d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 23 Jan 2011 02:18:15 +0000 Subject: [PATCH] Remove use of non-existent $$(dir) variable in the rts ghc.mk --- rts/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/ghc.mk b/rts/ghc.mk index 7e32454..04dc7a3 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -146,7 +146,7 @@ endif $(call distdir-way-opts,rts,dist,$1) $(call c-suffix-rules,rts,dist,$1,YES) $(call cmm-suffix-rules,rts,dist,$1) -$(call hs-suffix-rules-srcdir,rts,dist,$1,$$(dir)) +$(call hs-suffix-rules-srcdir,rts,dist,$1,.) # hs-suffix-rules-srcdir is needed when BootingFromHc to get the .hc rules rts_$1_LIB_NAME = libHSrts$$($1_libsuf) -- 1.7.10.4