From b27c1019b4cc57baa4b8f35e6834391188b5a16e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 28 Jul 2008 10:08:52 +0000 Subject: [PATCH] change where we put gcc-lib/ld.exe to keep Cabal happy --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2b6fcb9..290407a 100644 --- a/Makefile +++ b/Makefile @@ -179,13 +179,13 @@ all :: stamp.inplace-gcc-lib # tree somewhere, and then have install copy it from there rather than # from the filesystem. stamp.inplace-gcc-lib: - $(RM) -r compiler/gcc-lib - mkdir compiler/gcc-lib - cp $(LD) compiler/gcc-lib + $(RM) -r ghc/gcc-lib + mkdir ghc/gcc-lib + cp $(LD) ghc/gcc-lib touch $@ clean :: - $(RM) -r compiler/gcc-lib + $(RM) -r ghc/gcc-lib $(RM) -f inplace-gcc-lib endif endif -- 1.7.10.4