diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-05-01 00:56:34 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-05-01 00:56:34 +0200 |
| commit | f25a70777d9d9c90a52249791578bd72f1b7dfd7 (patch) | |
| tree | 27e5aaa52ab1e8fe9322377ee0dbe98a518bda8b /Makefile | |
| parent | 4fe66d4d55c8eacebda53a13cc38e01d32bdaaa2 (diff) | |
make: No longer add dash to ORG_LOAD_PATH
`ox-texinfo+' no longer depends on `dash'.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
