summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-29 08:38:42 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-29 08:38:42 +0000
commit49988937dc560c397bf95e310cc5536ac7967915 (patch)
treee118ec1160cd5f5ed0a56e9c23e4b40aa17bd116
parentaea7d71f37c69e778047e5c3f19d4c75260d2405 (diff)
downloadhaskell-49988937dc560c397bf95e310cc5536ac7967915.tar.gz
don't include .depend (attempt to fix Windows stage2 build failure)
-rw-r--r--compiler/Makefile.ghcbin2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin
index d31c3e6d7d..6d4cbc854e 100644
--- a/compiler/Makefile.ghcbin
+++ b/compiler/Makefile.ghcbin
@@ -32,5 +32,3 @@ HS_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(HS_SRCS)))
$(odir)/main/Main.o : libHSghc$(_way).a
include $(TOP)/mk/target.mk
-
--include .depend-$(stage)