From 6a34402a940c4bf515b0ab5a90da904027a897ef Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 28 Apr 2009 12:55:28 +0000 Subject: [PATCH] add missing eventlog subdir --- rts/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/ghc.mk b/rts/ghc.mk index 25a2649..0bd6d71 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -27,7 +27,7 @@ $(eval $(call distdir-opts,rts,dist)) # ----------------------------------------------------------------------------- # Defining the sources -ALL_DIRS = hooks parallel sm +ALL_DIRS = hooks parallel sm eventlog ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" ALL_DIRS += win32 -- 1.7.10.4