branch: elpa/isl
commit c05b2f0029c2ba1e85643fe29966d8baafa7c64a
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Update makefile
    
    No need to async package which is not needed for isl.
---
 Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Makefile b/Makefile
index 938d3735d17..97d0951bff2 100644
--- a/Makefile
+++ b/Makefile
@@ -34,13 +34,6 @@ PKGDIR := .
 # Additional emacs loadpath
 LOADPATH       := -L $(PKGDIR)
 ELPA_DIR        =  $(HOME)/.emacs.d/elpa
-ASYNC_ELPA_DIR  =  $(shell \
-       test -d $(ELPA_DIR) && \
-       find -L $(ELPA_DIR) -maxdepth 1 -regex '.*/async-[.0-9]*' 2> /dev/null 
| \
-       sort | tail -n 1)
-ifneq "$(ASYNC_ELPA_DIR)" ""
-       LOADPATH += -L $(ASYNC_ELPA_DIR)
-endif
 
 # Files to compile
 EL                     := isl.el

Reply via email to