Remove OS X-specific build hack
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 27 May 2018 12:40:32 +0000 (14:40 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 27 May 2018 12:41:26 +0000 (14:41 +0200)
Makefile

index bb5ac74..319a5e0 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 # compiled binary, for any purpose, commercial or non-commercial, and
 # by any means.
 
 # compiled binary, for any purpose, commercial or non-commercial, and
 # by any means.
 
-EMACS ?= $(firstword $(shell command -v /Applications/Emacs.app/Contents/MacOS/Emacs emacs))
+EMACS ?= emacs
 SRC := apt-sources-list.el
 OBJ := $(SRC:.el=.elc)
 DIR := $(dir $(lastword $(MAKEFILE_LIST)))
 SRC := apt-sources-list.el
 OBJ := $(SRC:.el=.elc)
 DIR := $(dir $(lastword $(MAKEFILE_LIST)))