summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-09-21 13:00:24 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-09-21 13:00:24 +0000
commitcd5099a029e06fb974c37cf453a87e5cf5e0fc29 (patch)
treeb88ae0e76f06edca17637e91fb990ad7b6cfd11f /ghc.mk
parent53c7c4675406f3c49533009b1666d6c4532cc8c4 (diff)
downloadhaskell-cd5099a029e06fb974c37cf453a87e5cf5e0fc29.tar.gz
move way-related stuff into a separate file
This fixes at least one problem: libHSffi-ghc<version>.so wasn't being cleaned, because $(dyn_libsuf) wasn't defined while cleaning.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index aefa4b44d1..2170c436bb 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -124,6 +124,8 @@ $(error Please run ./configure first)
endif
endif
+include mk/ways.mk
+
# (Optional) build-specific configuration
include mk/custom-settings.mk