emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-editor f25a707 115/140: make: No longer add dash to O


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor f25a707 115/140: make: No longer add dash to ORG_LOAD_PATH
Date: Fri, 6 Aug 2021 12:51:31 -0400 (EDT)

branch: elpa/with-editor
commit f25a70777d9d9c90a52249791578bd72f1b7dfd7
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: No longer add dash to ORG_LOAD_PATH
    
    `ox-texinfo+' no longer depends on `dash'.
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]