summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-12 16:54:01 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-12 16:54:01 +0200
commitbc15c1d7b6e8ab424f8873b8c2dfb5c6eda124a9 (patch)
treefebc3ebd240023727808f944359a013b3047430e
parentdb5795531c592b7778e8155a495041a1f93fe07d (diff)
Makefile: tfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0466c2b88..e2ead1fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ include $(srcdir)/lib/verbose.mk
help-variables:
$(info V Define to non-empty string for verbose output)
$(info )
- $(info LINK_PAGES How to install link pages. ["so", "symlink"])
+ $(info LINK_PAGES How to install link pages. [".so", "symlink"])
$(info Z Install pages compressed. ["", ".bz2", ".gz", ".lz", ".xz"])
$(info )
$(info DISTNAME $$(git describe))