diff options
| author | Andreas Schwab | 2008-06-24 23:58:00 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-06-24 23:58:00 +0000 |
| commit | 56f6f7604be4571aa36132e204a185677bd03cdf (patch) | |
| tree | 86ab96e44b3c0fd6436482c1158577c8d27af099 /src/Makefile.in | |
| parent | fd13748d94825485b6283af05c749f74289cf037 (diff) | |
| download | emacs-56f6f7604be4571aa36132e204a185677bd03cdf.tar.gz emacs-56f6f7604be4571aa36132e204a185677bd03cdf.zip | |
Fix thinko.
Diffstat (limited to 'src/Makefile.in')
| -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 ae2a2fe3231..c08b8e5efbb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1360,7 +1360,7 @@ tags: TAGS TAGS-LISP $(lwlibdir)TAGS | |||
| 1360 | /* Since the .el.elc rule cannot specify an extra dependency, we do it here. */ | 1360 | /* Since the .el.elc rule cannot specify an extra dependency, we do it here. */ |
| 1361 | ${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS) | 1361 | ${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS) |
| 1362 | 1362 | ||
| 1363 | ${lispsource}/loaddefs.el: $(BOOTSTRAPEMACS) | 1363 | ${lispsource}loaddefs.el: $(BOOTSTRAPEMACS) |
| 1364 | cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT} | 1364 | cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT} |
| 1365 | 1365 | ||
| 1366 | /* Dump an Emacs executable named bootstrap-emacs containing the | 1366 | /* Dump an Emacs executable named bootstrap-emacs containing the |