diff options
| author | Paul Eggert | 2013-08-27 23:01:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-27 23:01:52 -0700 |
| commit | 50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92 (patch) | |
| tree | a58d431171217eb2172386e3b67452fa09d79f99 /lib-src | |
| parent | f60e429a1a1a0d6a51761ef12e54dde52967f085 (diff) | |
| download | emacs-50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92.tar.gz emacs-50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92.zip | |
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 53d66ba1e37..d2e9dd18177 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-10 Eli Zaretskii <eliz@gnu.org> | 6 | 2013-08-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * update-game-score.exe.manifest: New file. | 8 | * update-game-score.exe.manifest: New file. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index fe1900a2a40..994eb2bb266 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -18,10 +18,7 @@ | |||
| 18 | # You should have received a copy of the GNU General Public License | 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 19 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | 21 | SHELL = @SHELL@ | |
| 22 | # Avoid trouble on systems where the `SHELL' variable might be | ||
| 23 | # inherited from the environment. | ||
| 24 | SHELL = /bin/sh | ||
| 25 | 22 | ||
| 26 | # Following ../lisp/Makefile.in. | 23 | # Following ../lisp/Makefile.in. |
| 27 | EMACS = ../src/emacs | 24 | EMACS = ../src/emacs |