change where we put gcc-lib/ld.exe to keep Cabal happy
authorSimon Marlow <marlowsd@gmail.com>
Mon, 28 Jul 2008 10:08:52 +0000 (10:08 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 28 Jul 2008 10:08:52 +0000 (10:08 +0000)
Makefile

index 2b6fcb9..290407a 100644 (file)
--- 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:
 # 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 ::
        touch $@
 
 clean ::
-       $(RM) -r compiler/gcc-lib
+       $(RM) -r ghc/gcc-lib
        $(RM) -f inplace-gcc-lib
 endif
 endif
        $(RM) -f inplace-gcc-lib
 endif
 endif