diff options
author | shelarcy <shelarcy@gmail.com> | 2007-09-20 13:01:59 +0000 |
---|---|---|
committer | shelarcy <shelarcy@gmail.com> | 2007-09-20 13:01:59 +0000 |
commit | 34690bfd1e7a0e3a1cde6d688d4ba2e6f9170b69 (patch) | |
tree | 54af32c50c3e9747a8c5ca7d606427914e8ce3fb /Makefile | |
parent | 6e3538235f0b82c074874ddfaa4526e06901256d (diff) | |
download | haskell-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 :: |