diff options
| author | Yuuki Harano | 2021-06-13 17:34:06 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-06-13 17:34:06 +0900 |
| commit | 7d5e94bada09e642a8bfc4f66804f7948bad40bc (patch) | |
| tree | 38629672102b31bb38a855f24d4dd009e212c10d /lib | |
| parent | 7673b6b9eb0af3add73e1614a466f142092b00aa (diff) | |
| parent | dc471feee3bcac872cc52cdc73282955cd2d219d (diff) | |
| download | emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.tar.gz emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.in | 2 |
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 $@) |
| 66 | Makefile: ../config.status $(srcdir)/Makefile.in | 66 | Makefile: ../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), |