From: Joe Wreschnig Date: Sun, 27 May 2018 12:40:32 +0000 (+0200) Subject: Remove OS X-specific build hack X-Git-Url: https://git.korewanetadesu.com/?p=apt-sources-list.git;a=commitdiff_plain;h=0886336cc69a811c63c0281feaa23f115fa6f869 Remove OS X-specific build hack --- diff --git a/Makefile b/Makefile index bb5ac74..319a5e0 100755 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # 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)))