[commit: ghc] master: Build system: time's config files have moved (a49070e)
git at git.haskell.org
git at git.haskell.org
Sat May 30 15:08:47 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a49070e5b16929551b94212363c9a36a1e0f36fd/ghc
>---------------------------------------------------------------
commit a49070e5b16929551b94212363c9a36a1e0f36fd
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed May 27 21:58:40 2015 +0200
Build system: time's config files have moved
[skip ci]
>---------------------------------------------------------------
a49070e5b16929551b94212363c9a36a1e0f36fd
ghc.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index 3e7372a..be3469a 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
More information about the ghc-commits
mailing list