emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2966e3a: Fix "make -j install"


From: Eli Zaretskii
Subject: master 2966e3a: Fix "make -j install"
Date: Tue, 22 Jun 2021 09:06:26 -0400 (EDT)

branch: master
commit 2966e3acbe6ebd59a69fbdbb0cbf76f6f992f21b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 3facfa5..474441f 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){}" 
\;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]