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 /nextstep | |
| 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 'nextstep')
| -rw-r--r-- | nextstep/ChangeLog | 5 | ||||
| -rw-r--r-- | nextstep/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index d76d832555c..7e5e7b520dd 100644 --- a/nextstep/ChangeLog +++ b/nextstep/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-06-02 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2013-06-02 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument. | 8 | * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument. |
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index feeafc0d694..8e768f70043 100644 --- a/nextstep/Makefile.in +++ b/nextstep/Makefile.in | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | ### Commentary: | 20 | ### Commentary: |
| 21 | 21 | ||
| 22 | ### Code: | 22 | ### Code: |
| 23 | SHELL = /bin/sh | 23 | SHELL = @SHELL@ |
| 24 | 24 | ||
| 25 | srcdir = @srcdir@ | 25 | srcdir = @srcdir@ |
| 26 | EXEEXT = @EXEEXT@ | 26 | EXEEXT = @EXEEXT@ |