Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
34690bfd
Commit
34690bfd
authored
Sep 20, 2007
by
shelarcy
Browse files
make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid building problem
parent
6e353823
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
34690bfd
...
@@ -139,7 +139,7 @@ all :: stamp.inplace-gcc-lib
...
@@ -139,7 +139,7 @@ all :: stamp.inplace-gcc-lib
stamp.inplace-gcc-lib
:
stamp.inplace-gcc-lib
:
$(RM)
-r
compiler/gcc-lib
$(RM)
-r
compiler/gcc-lib
mkdir
compiler/gcc-lib
mkdir
compiler/gcc-lib
cp
$(
GccDir)
ld.exe
compiler/gcc-lib
cp
$(
LD)
compiler/gcc-lib
touch
$@
touch
$@
clean
::
clean
::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment