summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-05-01 00:56:34 +0200
committerJonas Bernoulli <jonas@bernoul.li>2020-05-01 00:56:34 +0200
commitf25a70777d9d9c90a52249791578bd72f1b7dfd7 (patch)
tree27e5aaa52ab1e8fe9322377ee0dbe98a518bda8b /Makefile
parent4fe66d4d55c8eacebda53a13cc38e01d32bdaaa2 (diff)
make: No longer add dash to ORG_LOAD_PATH
`ox-texinfo+' no longer depends on `dash'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a0af182..d965f5c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,7 @@ LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
LOAD_PATH += -L .
ifndef ORG_LOAD_PATH
-ORG_LOAD_PATH = -L ../dash
-ORG_LOAD_PATH += -L ../org/lisp
+ORG_LOAD_PATH = -L ../org/lisp
ORG_LOAD_PATH += -L ../org/contrib/lisp
ORG_LOAD_PATH += -L ../ox-texinfo+
endif