diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-09-21 13:00:24 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-09-21 13:00:24 +0000 |
commit | cd5099a029e06fb974c37cf453a87e5cf5e0fc29 (patch) | |
tree | b88ae0e76f06edca17637e91fb990ad7b6cfd11f /ghc.mk | |
parent | 53c7c4675406f3c49533009b1666d6c4532cc8c4 (diff) | |
download | haskell-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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ $(error Please run ./configure first) endif endif +include mk/ways.mk + # (Optional) build-specific configuration include mk/custom-settings.mk |