branch: elpa/magit
commit 05940dc50cd5a2af556f08440e1d40517e535404
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    make: Fix LOAD_PATH from test/
---
 default.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.mk b/default.mk
index 0385218f3ef..7046d3bfe80 100644
--- a/default.mk
+++ b/default.mk
@@ -192,7 +192,7 @@ ifeq ($(SYSTYPE), windows-nt)
   CYGPATH := $(shell cygpath --version 2>/dev/null)
 endif
 
-LOAD_PATH = -L $(TOP)lisp
+LOAD_PATH = -L .
 
 # When making changes here, then don't forget to adjust DEPS below,
 # ".github/ISSUE_TEMPLATE/bug_report.md", `magit-emacs-Q-command'

Reply via email to