aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in8
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 21SHELL = @SHELL@
22# Avoid trouble on systems where the `SHELL' variable might be
23# inherited from the environment.
24SHELL = /bin/sh
25 22
26# Following ../lisp/Makefile.in. 23# Following ../lisp/Makefile.in.
27EMACS = ../src/emacs 24EMACS = ../src/emacs
@@ -40,6 +37,7 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
40PROFILING_CFLAGS = @PROFILING_CFLAGS@ 37PROFILING_CFLAGS = @PROFILING_CFLAGS@
41WARN_CFLAGS = @WARN_CFLAGS@ 38WARN_CFLAGS = @WARN_CFLAGS@
42WERROR_CFLAGS = @WERROR_CFLAGS@ 39WERROR_CFLAGS = @WERROR_CFLAGS@
40UPDATE_MANIFEST = @UPDATE_MANIFEST@
43 41
44# Program name transformation. 42# Program name transformation.
45TRANSFORM = @program_transform_name@ 43TRANSFORM = @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.
135SCRIPTS= rcs2log 133SCRIPTS= 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}.
138EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} 136EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}