From: Simon Marlow Date: Tue, 29 Aug 2006 08:38:42 +0000 (+0000) Subject: don't include .depend (attempt to fix Windows stage2 build failure) X-Git-Tag: Before_FC_branch_merge~112 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=49988937dc560c397bf95e310cc5536ac7967915 don't include .depend (attempt to fix Windows stage2 build failure) --- diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index d31c3e6..6d4cbc8 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)