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
ed5cbfcb
Commit
ed5cbfcb
authored
Aug 26, 2007
by
Ian Lynagh
Browse files
On Windows, stage1 also deps on stamp.inplace-gcc-lib
parent
6a5d62b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
ed5cbfcb
...
...
@@ -82,7 +82,13 @@ check-packages :
exit
1
;
\
fi
stage1
:
check-packages
ifeq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
ifneq
"$(WhatGccIsCalled)" ""
GCC_LIB_DEP
=
stamp.inplace-gcc-lib
endif
endif
stage1
:
$(GCC_LIB_DEP) check-packages
$(MAKE)
-C
utils/mkdependC boot
@
case
'
${MFLAGS}
'
in
*
-[ik]
*
)
x_on_err
=
0
;;
*
-r
*
[
ik]
*
)
x_on_err
=
0
;;
*
)
x_on_err
=
1
;;
esac
;
\
for
i
in
$(SUBDIRS_BUILD)
;
do
\
...
...
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