From: Simon Marlow Date: Mon, 28 Jul 2008 10:08:52 +0000 (+0000) Subject: change where we put gcc-lib/ld.exe to keep Cabal happy X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b27c1019b4cc57baa4b8f35e6834391188b5a16e change where we put gcc-lib/ld.exe to keep Cabal happy --- 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