diff options
author | Simon Marlow <smarlow@fb.com> | 2016-01-18 06:41:19 -0800 |
---|---|---|
committer | Simon Marlow <smarlow@fb.com> | 2016-01-18 06:43:54 -0800 |
commit | 817dd925569d981523bbf4fb471014d46c51c7db (patch) | |
tree | 7c3bd5e633832a7718894f3a00290d1e9fe73431 /ghc.mk | |
parent | 54128992b2ae8b18816e74fd02bc49833dda031e (diff) | |
download | haskell-817dd925569d981523bbf4fb471014d46c51c7db.tar.gz |
Fixes to "make clean" for the iserv dir
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -670,7 +670,7 @@ BUILD_DIRS += utils/mkUserGuidePart BUILD_DIRS += docs/users_guide BUILD_DIRS += utils/count_lines BUILD_DIRS += utils/compare_sizes -ifeq "$(Windows_Host)" "NO" +ifneq "$(Windows_Host)" "YES" BUILD_DIRS += iserv endif |