summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorshelarcy <shelarcy@gmail.com>2007-09-20 13:01:59 +0000
committershelarcy <shelarcy@gmail.com>2007-09-20 13:01:59 +0000
commit34690bfd1e7a0e3a1cde6d688d4ba2e6f9170b69 (patch)
tree54af32c50c3e9747a8c5ca7d606427914e8ce3fb /Makefile
parent6e3538235f0b82c074874ddfaa4526e06901256d (diff)
downloadhaskell-34690bfd1e7a0e3a1cde6d688d4ba2e6f9170b69.tar.gz
make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid building problem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bdd2de281..ac67427664 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ all :: stamp.inplace-gcc-lib
stamp.inplace-gcc-lib:
$(RM) -r compiler/gcc-lib
mkdir compiler/gcc-lib
- cp $(GccDir)ld.exe compiler/gcc-lib
+ cp $(LD) compiler/gcc-lib
touch $@
clean ::