diff options
| author | Glenn Morris | 2010-05-20 17:55:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-20 17:55:17 -0700 |
| commit | a078530e0c8fa2f32af31fc9e9081cf9d138705b (patch) | |
| tree | 88e676d1b4335addee7a92794573b0b5edb3aa76 | |
| parent | 298b8a34d17e2f749486a32cd23c44d762f40d5b (diff) | |
| download | emacs-a078530e0c8fa2f32af31fc9e9081cf9d138705b.tar.gz emacs-a078530e0c8fa2f32af31fc9e9081cf9d138705b.zip | |
* src/Makefile.in: Fix comment format in cpp section.
| -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@ |