Remove use of non-existent $$(dir) variable in the rts ghc.mk
authorIan Lynagh <igloo@earth.li>
Sun, 23 Jan 2011 02:18:15 +0000 (02:18 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 23 Jan 2011 02:18:15 +0000 (02:18 +0000)
rts/ghc.mk

index 7e32454..04dc7a3 100644 (file)
@@ -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)