summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-05-27 21:58:40 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-05-30 16:49:47 +0200
commita49070e5b16929551b94212363c9a36a1e0f36fd (patch)
treea32af7d6b4ff0a2dc9683935db48ef014c725931 /ghc.mk
parent0bfd05e5995884a5377e31fc24b88ce16b6b5792 (diff)
downloadhaskell-a49070e5b16929551b94212363c9a36a1e0f36fd.tar.gz
Build system: time's config files have moved
[skip ci]
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 3e7372a5bd..be3469a6fc 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1316,7 +1316,7 @@ distclean : clean
$(call removeFiles,libraries/directory/include/HsDirectoryConfig.h)
$(call removeFiles,libraries/process/include/HsProcessConfig.h)
$(call removeFiles,libraries/unix/include/HsUnixConfig.h)
- $(call removeFiles,libraries/time/include/HsTimeConfig.h)
+ $(call removeFiles,libraries/time/lib/include/HsTimeConfig.h)
# The library configure scripts also like creating autom4te.cache
# directories, so clean them all up.
@@ -1344,7 +1344,7 @@ maintainer-clean : distclean
$(call removeFiles,libraries/directory/include/HsDirectoryConfig.h.in)
$(call removeFiles,libraries/process/include/HsProcessConfig.h.in)
$(call removeFiles,libraries/unix/include/HsUnixConfig.h.in)
- $(call removeFiles,libraries/time/include/HsTimeConfig.h.in)
+ $(call removeFiles,libraries/time/lib/include/HsTimeConfig.h.in)
.PHONY: all_libraries