diff options
| author | Glenn Morris | 2012-10-20 18:27:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-20 18:27:09 -0700 |
| commit | 8dc2a723eb0e4387889474d87c2f2b00954ff893 (patch) | |
| tree | a236234f3fd40c21459a5529961c7cf6d8441000 /ChangeLog | |
| parent | ee7a418df3590accf7bbc3aa03d0b2f5507c910e (diff) | |
| download | emacs-8dc2a723eb0e4387889474d87c2f2b00954ff893.tar.gz emacs-8dc2a723eb0e4387889474d87c2f2b00954ff893.zip | |
In Makefile.in, use a make variable rather than a shell variable.
* Makefile.in (emacs_transform): New variable.
(install-etc): Prefer a make variable to a shell variable.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-10-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (emacs_transform): New variable. | ||
| 4 | (install-etc): Prefer a make variable to a shell variable. | ||
| 5 | |||
| 1 | 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well. | 8 | * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well. |