summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-04-05 18:28:10 +0200
committerMartin Polden <mpolden@mpolden.no>2022-04-05 18:29:54 +0200
commit67e3ad1c8c42f124b28abb68f15e37a022e26846 (patch)
tree3164baea473bb5516df6e81bd409c2d89700e7b4 /Makefile
parentc1aace8f649b4d574122f0edce9f6e0717fa5899 (diff)
makefile: Remove symlink workaround
Fixed by https://github.com/railwaycat/homebrew-emacsmacport/pull/277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bef058c..d6e1035 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,6 @@ install:
install-emacs-head: BREW_EMACS_FLAGS=--HEAD --with-native-comp
install-emacs-head: install-emacs
-# native-lisp must be linked explicitly for now
-# https://github.com/railwaycat/homebrew-emacsmacport/issues/274
- ln -s `$(BREW) --prefix`/opt/emacs-mac/lib/emacs/*/native-lisp /Applications/Emacs.app/Contents/native-lisp
install-emacs:
ifneq ($(BREW),)