diff options
| author | Glenn Morris | 2012-05-20 17:44:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-20 17:44:34 -0700 |
| commit | b847032c75e0cb4041a8736886e7054beb6f8696 (patch) | |
| tree | bb6b972803658022ca3ac04629105f14c204a1b9 /lib-src/ChangeLog | |
| parent | 1b170bc63c2f3a3fbe6ba6996d5a015e82634909 (diff) | |
| download | emacs-b847032c75e0cb4041a8736886e7054beb6f8696.tar.gz emacs-b847032c75e0cb4041a8736886e7054beb6f8696.zip | |
Command substitution already runs in a subshell
* Makefile.in (install-arch-indep, install-doc, install-info, uninstall):
* leim/Makefile.in (leim-list.el, install):
* lib-src/Makefile.in (insrcdir, $(DESTDIR)${archlibdir}):
* lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
* test/automated/Makefile.in (setwins):
Scrap superfluous subshells.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d0e9e5c525a..1b4cd548a99 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (insrcdir, $(DESTDIR)${archlibdir}): | ||
| 4 | Scrap superfluous subshells. | ||
| 5 | |||
| 1 | 2012-05-18 Glenn Morris <rgm@gnu.org> | 6 | 2012-05-18 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * Makefile.in (install): Ensure $bindir exists. | 8 | * Makefile.in (install): Ensure $bindir exists. |