diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-05-27 15:28:18 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-28 21:01:20 -0400 |
commit | 6341c8ed5d3689c9cc52f4fcd2dce78a5f75b5a5 (patch) | |
tree | f3c83bff7f05caf158126e8d91b56005c58ea717 /ghc.mk | |
parent | 0704295ceafaf0f531b90689569c0492d11f4725 (diff) | |
download | haskell-6341c8ed5d3689c9cc52f4fcd2dce78a5f75b5a5.tar.gz |
make: Fix make maintainer-clean deleting a file tracked by source control
Fixes #21659
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1411,7 +1411,6 @@ distclean : clean $(call removeFiles,docs/users_guide/ug-book.xml) $(call removeFiles,docs/users_guide/ug-ent.xml) $(call removeFiles,docs/users_guide/ghc_config.py) - $(call removeFiles,docs/index.html) $(call removeFiles,libraries/prologue.txt) $(call removeFiles,distrib/configure.ac) $(call removeFiles,ch01.html ch02.html index.html) |