summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-23 01:05:07 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-23 01:05:07 +0200
commit0f9cafb0f0a76e3ed98eba7a36f969a2afca1802 (patch)
tree86830dbf85993abab848c5d9a759511d594f32ab
parent23de18b0c53c23f4680a9c01ec2d5ea64444024c (diff)
install/_.mk: Make pattern rule more explicit
Specify $DESTDIR, so that it's more clear what this rule is about. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/install/_.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/install/_.mk b/share/mk/install/_.mk
index 66788d8f7..0a0861e47 100644
--- a/share/mk/install/_.mk
+++ b/share/mk/install/_.mk
@@ -18,7 +18,7 @@ datarootdir := $(prefix)/share
docdir := $(datarootdir)/doc
-%/:
+$(DESTDIR)%/:
+$(info INSTALL $@)
+$(INSTALL_DIR) $@