--- 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'