emacs-diffs
[Top][All Lists]
Advanced

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

master 5b68e7b: * lib/Makefile.in (Makefile): Fix typo.


From: Glenn Morris
Subject: master 5b68e7b: * lib/Makefile.in (Makefile): Fix typo.
Date: Wed, 9 Jun 2021 12:53:06 -0400 (EDT)

branch: master
commit 5b68e7b48805bd3d19c67591c28b140a4ed4a937
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * lib/Makefile.in (Makefile): Fix typo.
---
 lib/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.in b/lib/Makefile.in
index ec92f92..ccb90c3 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -64,7 +64,7 @@ endif
 ../config.status: $(top_srcdir)/configure.ac $(top_srcdir)/m4/*.m4
        $(MAKE) -C .. $(notdir $@)
 Makefile: ../config.status $(srcdir)/Makefile.in
-       $(MAKE) -C .. src/$@
+       $(MAKE) -C .. lib/$@
 
 # Object modules that need not be built for Emacs.
 # Emacs does not need e-regex.o (it has its own regex-emacs.c),



reply via email to

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