aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGlenn Morris2021-06-09 09:51:18 -0700
committerGlenn Morris2021-06-09 09:51:45 -0700
commit5b68e7b48805bd3d19c67591c28b140a4ed4a937 (patch)
tree74fc56f0cc75464856e92059a1d85d2a4b3bab1b /lib
parentfb62846b68bd12f90dc16f1b0dd326546d41ec49 (diff)
downloademacs-5b68e7b48805bd3d19c67591c28b140a4ed4a937.tar.gz
emacs-5b68e7b48805bd3d19c67591c28b140a4ed4a937.zip
* lib/Makefile.in (Makefile): Fix typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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
64../config.status: $(top_srcdir)/configure.ac $(top_srcdir)/m4/*.m4 64../config.status: $(top_srcdir)/configure.ac $(top_srcdir)/m4/*.m4
65 $(MAKE) -C .. $(notdir $@) 65 $(MAKE) -C .. $(notdir $@)
66Makefile: ../config.status $(srcdir)/Makefile.in 66Makefile: ../config.status $(srcdir)/Makefile.in
67 $(MAKE) -C .. src/$@ 67 $(MAKE) -C .. lib/$@
68 68
69# Object modules that need not be built for Emacs. 69# Object modules that need not be built for Emacs.
70# Emacs does not need e-regex.o (it has its own regex-emacs.c), 70# Emacs does not need e-regex.o (it has its own regex-emacs.c),