diff options
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 8285910cdbf..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 |
| @@ -40,6 +37,7 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@ | |||
| 40 | PROFILING_CFLAGS = @PROFILING_CFLAGS@ | 37 | PROFILING_CFLAGS = @PROFILING_CFLAGS@ |
| 41 | WARN_CFLAGS = @WARN_CFLAGS@ | 38 | WARN_CFLAGS = @WARN_CFLAGS@ |
| 42 | WERROR_CFLAGS = @WERROR_CFLAGS@ | 39 | WERROR_CFLAGS = @WERROR_CFLAGS@ |
| 40 | UPDATE_MANIFEST = @UPDATE_MANIFEST@ | ||
| 43 | 41 | ||
| 44 | # Program name transformation. | 42 | # Program name transformation. |
| 45 | TRANSFORM = @program_transform_name@ | 43 | TRANSFORM = @program_transform_name@ |
| @@ -132,7 +130,7 @@ DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT} | |||
| 132 | 130 | ||
| 133 | # Like UTILITIES, but they're not system-dependent, and should not be | 131 | # Like UTILITIES, but they're not system-dependent, and should not be |
| 134 | # deleted by the distclean target. | 132 | # deleted by the distclean target. |
| 135 | SCRIPTS= rcs2log | 133 | SCRIPTS= rcs2log $(UPDATE_MANIFEST) |
| 136 | 134 | ||
| 137 | # All files that are created by the linker, i.e., whose names end in ${EXEEXT}. | 135 | # All files that are created by the linker, i.e., whose names end in ${EXEEXT}. |
| 138 | EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} | 136 | EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} |