diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-04 08:48:24 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-04 08:48:24 +0000 |
commit | 1d6d8bc152fdcabea6d26525f269d8ade8b75dd6 (patch) | |
tree | c62322ba8a92bb628a387fad5a2f710cbfc1cc55 /includes/Makefile | |
parent | 8a08868068053f6f3c45eb08d91f5e969c234f23 (diff) | |
download | haskell-1d6d8bc152fdcabea6d26525f269d8ade8b75dd6.tar.gz |
fix $(TOP)
Diffstat (limited to 'includes/Makefile')
-rw-r--r-- | includes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Makefile b/includes/Makefile index abb1b92958..7c20d90f23 100644 --- a/includes/Makefile +++ b/includes/Makefile @@ -11,5 +11,5 @@ # ----------------------------------------------------------------------------- dir = includes -TOP = ../.. +TOP = .. include $(TOP)/mk/sub-makefile.mk |