In order to byte-compile under Windows install Cygwin Emacs to PATH!
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Dec 2015 02:17:03 +0200
changeset 1320 d2181407c8bd
parent 1319 d893dc8fe820
child 1321 55fcbcca8049
In order to byte-compile under Windows install Cygwin Emacs to PATH!
Makefile
--- a/Makefile	Sat Dec 12 01:06:07 2015 +0200
+++ b/Makefile	Wed Dec 16 02:17:03 2015 +0200
@@ -54,13 +54,8 @@
 ################################################################
 # Build tool definition/switches.
 
+# In order to byte-compile under Windows install Cygwin Emacs to PATH!
 EMACS = emacs
-# I prefer native Windows Emacs, so use it if available.
-ifeq 'windows' '$(host_os)'
-  ifneq '' '$(call which,runemacs.exe)'
-    EMACS = runemacs
-  endif
-endif
 
 RST2HTML = rst2html
 ifeq '$(host_os)' 'windows'