diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-03-08 10:29:42 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-09 07:48:38 -0500 |
commit | 0cd989577a8b8d2666741fcac4fd3032ae212b80 (patch) | |
tree | 6488a05cb8287c7a99abbc09af288fb4a651f214 /ghc.mk | |
parent | b760269c5914e128c07c66bacdbe86168003e82e (diff) | |
download | haskell-0cd989577a8b8d2666741fcac4fd3032ae212b80.tar.gz |
Drop utils/count_lines
This doesn't appear to be used anywhere in the build system and it
relies on perl. Drop it.
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -665,7 +665,6 @@ BUILD_DIRS += utils/hpc BUILD_DIRS += utils/runghc BUILD_DIRS += ghc BUILD_DIRS += docs/users_guide -BUILD_DIRS += utils/count_lines BUILD_DIRS += utils/compare_sizes BUILD_DIRS += utils/iserv |