blob: a0cf0237f31e87124537c3ee1ff1c648521f44fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2023-02-13 04:48:38 UTC
+++ Makefile.in
@@ -71,7 +71,7 @@ elisp::
cd elisp; $(MAKE) EMACS=$(EMACS)
install-elisp:
- cd elisp; $(MAKE) install EMACS=$(EMACS) DESTDIR=$(DESTDIR)
+ cd elisp; $(MAKE) install EMACS=$(EMACS) DESTDIR=$(DESTDIR) elispdir=$(elispdir)
################################################################
|