summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--mk/sub-makefile.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 60853bc210..83ef07c660 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ default : all
# For help, type 'make help'
.PHONY: help
help:
- @cat MAKEHELP
+ @cat MAKEHELP.md
ifneq "$(filter maintainer-clean distclean clean help,$(MAKECMDGOALS))" ""
-include mk/config.mk
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