diff options
-rw-r--r-- | libraries/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index c1a3d2f928..6e4361cee6 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -204,9 +204,9 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup --prefix='$$topdir' \ --datadir='$$prefix/share' \ --libsubdir='$(libsubdir)' \ - --with-compiler=../../compiler/ghc-inplace$(dot_bat) \ - --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace$(dot_bat) \ - --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace$(dot_bat) \ + --with-compiler=../../compiler/stage1/ghc-inplace$ \ + --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace$ \ + --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \ --with-ld=$(LD) \ --datasubdir=ghc \ --haddock-args="--use-contents=../index.html \ |