Skip to content

Commit 303999e

Browse files
committed
make: Fix regression
1 parent f854fc9 commit 303999e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ELCS = $(ELS:.el=.elc)
99

1010
DEPS = compat
1111

12-
LOAD_PATH ?= $(addprefix -L ../../,$(DEPS))
12+
LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
1313
LOAD_PATH += -L .
14-
ORG_LOAD_PATH ?= -L ../../org/lisp
14+
ORG_LOAD_PATH ?= -L ../org/lisp
1515

1616
EMACS ?= emacs
1717
EMACS_ARGS ?=

0 commit comments

Comments
 (0)