summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-06-21 14:45:19 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-06-21 14:45:19 +0000
commit0852e11a68225cd24e2f3170ce184d4b35b94860 (patch)
treed13786f6b2b6077ad7169d6e1eb8057c51161d80
parent64ecde3da5244d080977123c6fc3c8f82d2a6918 (diff)
downloadhaskell-0852e11a68225cd24e2f3170ce184d4b35b94860.tar.gz
FIX BUILD on Windows: horrible hack to work around make(?) bug
-rw-r--r--libraries/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 6e4361cee6..342364400e 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -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)