From 2966e3acbe6ebd59a69fbdbb0cbf76f6f992f21b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 22 Jun 2021 16:05:35 +0300 Subject: [PATCH] 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) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3facfa59a90..474441fa93c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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){}" \; -- 2.39.2