[commit: ghc] master: Testsuite: don't warn when mk/ghcconfig_* hasn't been created yet (3251743)
git at git.haskell.org
git at git.haskell.org
Wed May 18 09:11:13 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3251743acb7da3be6d83c237d537ca91d5a96cf8/ghc
>---------------------------------------------------------------
commit 3251743acb7da3be6d83c237d537ca91d5a96cf8
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed May 18 11:08:55 2016 +0200
Testsuite: don't warn when mk/ghcconfig_* hasn't been created yet
[skip ci]
>---------------------------------------------------------------
3251743acb7da3be6d83c237d537ca91d5a96cf8
testsuite/mk/boilerplate.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk
index 077d503..09c61a4 100644
--- a/testsuite/mk/boilerplate.mk
+++ b/testsuite/mk/boilerplate.mk
@@ -244,7 +244,7 @@ $(ghc-config-mk) : $(TOP)/mk/ghc-config
# Note: $(CLEANING) is not defined in the testsuite.
ifeq "$(findstring clean,$(MAKECMDGOALS))" ""
-include $(ghc-config-mk)
+-include $(ghc-config-mk)
endif
# Note [WayFlags]
More information about the ghc-commits
mailing list