summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-09 00:49:19 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-09 00:49:19 +0200
commitc4d8bc8fb9a9cf4693cd8f15caa3861850ddaab3 (patch)
tree3b4c9fae51cb9ee457e0c5747e276f11197095f1
parent701ed069e19c47294ccfb18af0c74bca7d4bed6d (diff)
install-man.mk: tfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--lib/install-man.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/install-man.mk b/lib/install-man.mk
index 21359cff5..76f57b142 100644
--- a/lib/install-man.mk
+++ b/lib/install-man.mk
@@ -167,7 +167,7 @@ $(_manpages):
$@
ifeq ($(LINK_PAGES),symlink)
if $(GREP) '^\.so ' <$@ >/dev/null; then \
- $(GREP) '\.so ' <$@ \
+ $(GREP) '^\.so ' <$@ \
| $(SED) 's,^\.so \(.*\),../\1,' \
| $(XARGS) -I tgt $(LN) -fsT tgt $@; \
fi