branch: elpa/sweeprolog
commit e62d23140f088ed40d5abebdd2b3dee0a8dd04ad
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@eshelyaron.com>

    FIXED: Makefile setting SOEXT to dylib on linux hosts
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index fc31a9cc8f..f5758a24be 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,6 @@ ifeq ($(UNAME_S),Darwin)
     SOEXT = dylib
 endif
 
-SOEXT    = dylib
-
 TARGET   = $(BASENAME)-module.$(SOEXT)
 OBJECT   = $(BASENAME).o
 SOURCE   = $(BASENAME).c

Reply via email to