From: Simon Marlow Date: Thu, 4 Jun 2009 08:48:24 +0000 (+0000) Subject: fix $(TOP) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1d6d8bc152fdcabea6d26525f269d8ade8b75dd6 fix $(TOP) --- diff --git a/includes/Makefile b/includes/Makefile index abb1b92..7c20d90 100644 --- a/includes/Makefile +++ b/includes/Makefile @@ -11,5 +11,5 @@ # ----------------------------------------------------------------------------- dir = includes -TOP = ../.. +TOP = .. include $(TOP)/mk/sub-makefile.mk