summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-14 17:23:20 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-17 01:20:21 -0400
commit63965ae3a3aa0ea2a2f7462337892898b8880880 (patch)
tree930724d5a0418ac171ce8fb807378cada885ea46 /ghc.mk
parentb965de1ef0e2770f71d49d66f88df7fa7cd2cd58 (diff)
downloadhaskell-63965ae3a3aa0ea2a2f7462337892898b8880880.tar.gz
make: Clean includes/settings file
Now since this is generated by the build system we should ensure that it is properly cleaned. [skip ci]
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 3e024acc85..7cddfa76d7 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1306,6 +1306,7 @@ CLEAN_FILES += includes/DerivedConstants.h
CLEAN_FILES += includes/ghcautoconf.h
CLEAN_FILES += includes/ghcplatform.h
CLEAN_FILES += includes/ghcversion.h
+CLEAN_FILES += $(includes_SETTINGS)
CLEAN_FILES += utils/ghc-pkg/Version.hs
CLEAN_FILES += compiler/prelude/primops.txt
CLEAN_FILES += $(wildcard compiler/primop*incl)