summaryrefslogtreecommitdiff
path: root/testsuite/mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-05-18 11:08:55 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-05-18 11:10:33 +0200
commit3251743acb7da3be6d83c237d537ca91d5a96cf8 (patch)
treeb2fd46cb02e5aef0def374d4b8f1183ade0bc7e2 /testsuite/mk
parentb088c0297db2f0a86746fdc60977462ffb8c22ca (diff)
downloadhaskell-3251743acb7da3be6d83c237d537ca91d5a96cf8.tar.gz
Testsuite: don't warn when mk/ghcconfig_* hasn't been created yet
[skip ci]
Diffstat (limited to 'testsuite/mk')
-rw-r--r--testsuite/mk/boilerplate.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk
index 077d5031e1..09c61a4cd5 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]