diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index f82a01cbde4..091cd9fc2e8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -812,5 +812,5 @@ bootstrap-emacs${EXEEXT}: temacs${EXEEXT} | |||
| 812 | @: Compile some files earlier to speed up further compilation. | 812 | @: Compile some files earlier to speed up further compilation. |
| 813 | cd ../lisp; $(MAKE) $(MFLAGS) compile-first EMACS=${bootstrap_exe} | 813 | cd ../lisp; $(MAKE) $(MFLAGS) compile-first EMACS=${bootstrap_exe} |
| 814 | 814 | ||
| 815 | ## Insert either autodeps.mk (if AUTO_DEPEND), else deps.mk. | 815 | /* Insert either autodeps.mk (if AUTO_DEPEND), else deps.mk. */ |
| 816 | @deps_frag@ | 816 | @deps_frag@ |