about summary refs log tree commit diff
path: root/install.mk
diff options
context:
space:
mode:
Diffstat (limited to 'install.mk')
-rw-r--r--install.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.mk b/install.mk
index aee4bf38ba7a..093f30b810e2 100644
--- a/install.mk
+++ b/install.mk
@@ -51,3 +51,7 @@ define install-symlink =
 	$$(trace-install) ln -sfn $(1) $(2)
 
 endef
+
+
+print-top-help += \
+  echo "  install: Install into \$$(prefix) (currently set to '$(prefix)')";