From: Glenn Morris Date: Wed, 9 Jun 2021 16:51:18 +0000 (-0700) Subject: * lib/Makefile.in (Makefile): Fix typo. X-Git-Tag: emacs-28.0.90~2153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b68e7b48805bd3d19c67591c28b140a4ed4a937;p=emacs.git * lib/Makefile.in (Makefile): Fix typo. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index ec92f92fb3e..ccb90c3d1b3 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),