summaryrefslogtreecommitdiff
path: root/mk/sub-makefile.mk
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-03-07 11:18:44 -0600
committerAustin Seipp <austin@well-typed.com>2015-03-07 11:18:44 -0600
commite642de625651c4af0e42932d447d1f53b218aebf (patch)
tree577990f977a98884b98204f9846079f7c0f57bec /mk/sub-makefile.mk
parent0fcc454329c4e3e0dc4474412bff599d0e9bdfcd (diff)
downloadhaskell-e642de625651c4af0e42932d447d1f53b218aebf.tar.gz
build: fix 'make help'
Summary: This fixes the usage of `make help` in the top-level and subdirectories. Signed-off-by: Austin Seipp <austin@well-typed.com> Test Plan: It worked now and didn't before. Reviewers: hvr Reviewed By: hvr Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D692
Diffstat (limited to 'mk/sub-makefile.mk')
-rw-r--r--mk/sub-makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/sub-makefile.mk b/mk/sub-makefile.mk
index fdaf830eef..0ed85c8d56 100644
--- a/mk/sub-makefile.mk
+++ b/mk/sub-makefile.mk
@@ -59,4 +59,4 @@ help : sub-help
sub-help :
@echo "You are in subdirectory \"$(dir)\"."
@echo "Useful targets in this directory:"
- @cat $(TOP)/SUBMAKEHELP
+ @sed '1,/Using `make` in subdirectories/d' $(TOP)/MAKEHELP.md