branch: externals/gnat-compiler
commit 319951218de9d4a9611ef96319f0c9446c2828b6
Author: Stephen Leake <stephen_le...@stephe-leake.org>
Commit: Stephen Leake <stephen_le...@stephe-leake.org>

    * ELPA.make: Delete WISI; not useful
---
 ELPA.make | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ELPA.make b/ELPA.make
index b0953e309f..a9377cdb18 100644
--- a/ELPA.make
+++ b/ELPA.make
@@ -6,11 +6,9 @@ all : byte-compile autoloads
 
 ifeq ($(shell uname),Linux)
 EMACS_EXE ?= emacs
-WISI ?= /Projects/org.emacs.wisi
 
 else ifeq ($(shell uname),Darwin)
 EMACS_EXE ?= "/Applications/Emacs.app/Contents/MacOS/Emacs"
-WISI ?= /Projects/org.emacs.wisi
 
 else
 # windows
@@ -22,7 +20,6 @@ endif
 
 BYTE_COMPILE := "(progn (setq byte-compile-error-on-warn 
t)(batch-byte-compile))"
 byte-compile : byte-compile-clean
-       $(MAKE) -C $(WISI)/build byte-compile autoloads
        $(EMACS_EXE) -Q -batch -L . -L $(WISI) --eval $(BYTE_COMPILE) *.el
 
 byte-compile-clean :

Reply via email to