diff options
| author | Glenn Morris | 2012-04-09 16:37:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-09 16:37:08 -0400 |
| commit | 935396c0f0f97df05f0e41af517abed22655fd20 (patch) | |
| tree | 4cf7146c001b2f87f40531a2aa66cb8d7264558c /src | |
| parent | e98e405ed50a82bf1223b47f7ef4be324e4cd66b (diff) | |
| download | emacs-935396c0f0f97df05f0e41af517abed22655fd20.tar.gz emacs-935396c0f0f97df05f0e41af517abed22655fd20.zip | |
Rename leim/Makefile's BUILT_EMACS to EMACS
* leim/Makefile.in (EMACS): Rename from BUILT_EMACS.
(RUN_EMACS, compile-main): Update for this change.
* src/Makefile.in ($(leimdir)/leim-list.el):
Pass EMACS rather than BUILT_EMACS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f7889d99335..aa7d3b5eb7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in ($(leimdir)/leim-list.el): | ||
| 4 | Pass EMACS rather than BUILT_EMACS. | ||
| 5 | |||
| 1 | 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com> | 6 | 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 7 | ||
| 3 | * process.c (make_process): | 8 | * process.c (make_process): |
diff --git a/src/Makefile.in b/src/Makefile.in index 8c3704f830e..a90fd5841e4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -395,7 +395,7 @@ LIBES = $(LIBS) $(LIBX_BASE) $(LIBX_OTHER) $(LIBSOUND) \ | |||
| 395 | all: emacs$(EXEEXT) $(OTHER_FILES) | 395 | all: emacs$(EXEEXT) $(OTHER_FILES) |
| 396 | 396 | ||
| 397 | $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) | 397 | $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) |
| 398 | cd $(leimdir) && $(MAKE) $(MFLAGS) leim-list.el BUILT_EMACS=$(bootstrap_exe) | 398 | cd $(leimdir) && $(MAKE) $(MFLAGS) leim-list.el EMACS=$(bootstrap_exe) |
| 399 | 399 | ||
| 400 | ## Does anyone ever pay attention to the load-path-shadows output here? | 400 | ## Does anyone ever pay attention to the load-path-shadows output here? |
| 401 | ## The dumped Emacs is as functional and more efficient than | 401 | ## The dumped Emacs is as functional and more efficient than |