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
0852e11a
Commit
0852e11a
authored
Jun 21, 2007
by
Simon Marlow
Browse files
FIX BUILD on Windows: horrible hack to work around make(?) bug
parent
64ecde3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
0852e11a
...
...
@@ -224,10 +224,7 @@ $(foreach SUBDIR,$(SUBDIRS),make.library.$(SUBDIR)):\
make.library.%: stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%
\
%/GNUmakefile
\
%/setup/Setup ifBuildable/ifBuildable
# HACK: invoke make via $(SHELL), otherwise on Windows it apparently
# gets argv[0] set to "make" (with quotes), which causes a problem
# when make re-invokes itself after creating .depend. Ugh.
ifBuildable/ifBuildable
$*
$(SHELL)
-c
$(MAKE)
ifBuildable/ifBuildable
$*
$(MAKE)
ifBuildable/ifBuildable
$*
setup/Setup register
--inplace
# Build the library using 'setup build' (not the default)
...
...
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