Skip to content

Commit

Permalink
make: No longer add dash to ORG_LOAD_PATH
Browse files Browse the repository at this point in the history
`ox-texinfo+' no longer depends on `dash'.
  • Loading branch information
tarsius committed Apr 30, 2020
1 parent 3cfb35f commit 879587d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -15,8 +15,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
Expand Down

0 comments on commit 879587d

Please sign in to comment.