mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Fix "make -j install"
* Makefile.in (install-eln): Depend on 'lisp', so that people could say "make -j install" without a separate "make" step. (Bug#49099)
This commit is contained in:
parent
64dd2b1a2a
commit
2966e3acbe
@ -753,7 +753,7 @@ install-etc:
|
||||
done
|
||||
|
||||
### Install native compiled Lisp files.
|
||||
install-eln:
|
||||
install-eln: lisp
|
||||
ifeq ($(HAVE_NATIVE_COMP),yes)
|
||||
find native-lisp -type d -exec $(MKDIR_P) "$(ELN_DESTDIR){}" \; ; \
|
||||
find native-lisp -type f -exec ${INSTALL_DATA} "{}" "$(ELN_DESTDIR){}" \;
|
||||
|
Loading…
Reference in New Issue
Block a user