X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2Fghc.mk;h=169e4b1dfd4acbd806f9a9b181a8c3cc4e6cb319;hp=c4a3dd50429d91ab99e952ef35ffa99f7f24abb3;hb=11d4f6867b6a1088eeb809c4520ea1e40b1e68f4;hpb=16a9e2dc8e5a75f55a375b3dd6e9cf47dfc38985 diff --git a/rts/ghc.mk b/rts/ghc.mk index c4a3dd5..169e4b1 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -75,8 +75,8 @@ rts_H_FILES = $(wildcard $(GHC_INCLUDE_DIR)/*.h) $(wildcard rts/*.h) # collect the -l flags that we need to link the rts dyn lib. rts/libs.depend : $(GHC_PKG_INPLACE) - $$(GHC_PKG_INPLACE) field rts extra-libraries \ - | sed -e 's/^extra-libraries: //' -e 's/\([a-z]*\)/-l\1/g' > $$@ + $(GHC_PKG_INPLACE) field rts extra-libraries \ + | sed -e 's/^extra-libraries: //' -e 's/\([a-z]*\)/-l\1/g' > $@ #----------------------------------------------------------------------------- # Building one way