diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-03 20:20:06 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-03 20:20:06 +0000 |
commit | 480ad0369c51879060f56fe77003e10e4da6b141 (patch) | |
tree | d3e2d1a2405e07fdfa9babd6b7dc3c7c205685c4 /rts/ghc.mk | |
parent | 1da6975add0b333027f2b643933a4b60f0f66095 (diff) | |
download | haskell-480ad0369c51879060f56fe77003e10e4da6b141.tar.gz |
Use more of the automatically generated INPLACE variables
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index cc22c0518d..3dc3990dcc 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -73,8 +73,8 @@ rts_H_FILES += $(DTRACEPROBES_H) endif # 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 \ +rts/libs.depend : $$(ghc-pkg_INPLACE) + "$(ghc-pkg_INPLACE)" field rts extra-libraries \ | sed -e 's/^extra-libraries: //' -e 's/\([a-z0-9]*\)[ ]*/-l\1 /g' > $@ |