summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-14 17:23:20 -0400
committerBen Gamari <ben@well-typed.com>2019-06-16 12:44:52 -0400
commitd1009f4c34fc503968ef64e82adee540dfcb791e (patch)
tree1bed780943745293b631a07ae5b21dd2c69bcc03
parent75c6ccf72b2e9c363fad6b91dd4a39525f17a4c5 (diff)
downloadhaskell-wip/clean-settings.tar.gz
make: Clean includes/settings filewip/clean-settings
Now since this is generated by the build system we should ensure that it is properly cleaned. [skip ci]
-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)