From 49988937dc560c397bf95e310cc5536ac7967915 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 29 Aug 2006 08:38:42 +0000 Subject: [PATCH] don't include .depend (attempt to fix Windows stage2 build failure) --- compiler/Makefile.ghcbin | 2 -- 1 file changed, 2 deletions(-) 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) -- 1.7.10.4