diff options
| -rw-r--r-- | default.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -15,9 +15,7 @@ VERSION ?= $(shell test -e $(TOP).git && git describe --tags --abbrev=0 | cut -c REVDESC := $(shell test -e $(TOP).git && git describe --tags) EMACS ?= emacs -EMACS_ARGS ?= --eval "(progn \ - (put 'if-let 'byte-obsolete-info nil) \ - (put 'when-let 'byte-obsolete-info nil))" +EMACS_ARGS ?= LOAD_PATH ?= $(addprefix -L ../../,$(DEPS)) LOAD_PATH += -L $(TOP)lisp |
