]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib/Makefile.in (Makefile): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 9 Jun 2021 16:51:18 +0000 (09:51 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 9 Jun 2021 16:51:45 +0000 (09:51 -0700)
lib/Makefile.in

index ec92f92fb3e2217c257838476f7028fc222c9909..ccb90c3d1b3a4a7dd04cb5f0de187be141c53e44 100644 (file)
@@ -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),