diff options
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
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 |