summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-06-23 21:32:28 +0200
committerMartin Polden <mpolden@mpolden.no>2022-06-23 21:32:28 +0200
commit03b7196af012bad524f99b4a7518815f20678cc3 (patch)
treed1e0e83e996aac7a68819f59fcfb4f63699e6f2d /Makefile
parent6c1407011b3d8620e086a658407d73f496014099 (diff)
makefile: print symlinked path in message
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb9a0c6..9a78fb1 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ install-lsp-java:
@echo "eclipse jdt ls $(JDT_LS_VERSION) installed in $(COLOR)$(JDT_LS_HOME)$(NO_COLOR)"
@echo "emacs/eglot requires the following environment variables:"
@echo "- $(COLOR)JAVA_HOME$(NO_COLOR) must contain the path to a jdk installation"
- @echo "- $(COLOR)PATH$(NO_COLOR) must contain $(COLOR)$(JDT_LS_HOME)/bin$(NO_COLOR)"
+ @echo "- $(COLOR)PATH$(NO_COLOR) must contain $(COLOR)$(CURDIR)/eclipse.jdt.ls/bin$(NO_COLOR)"
ln -nsf $(notdir $(JDT_LS_HOME)) $(CURDIR)/eclipse.jdt.ls
install-lsp-python: