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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue