changeset 32252:62100be6ca6d

Don't remove the Unix shell invocations.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Oct 2000 18:41:26 +0000
parents 589a3a21023f
children e3c97d8f7a7e
files msdos/sedleim.inp
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/sedleim.inp	Sat Oct 07 18:40:14 2000 +0000
+++ b/msdos/sedleim.inp	Sat Oct 07 18:41:26 2000 +0000
@@ -13,6 +13,10 @@
 /^INSTALLDIR=/c\
 INSTALLDIR=.
 
+/RUN-EMACS *=/,/^$/c\
+export EMACSLOADPATH=${buildlisppath}\
+RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
+
 /^	cd ../c\
 	${MAKE} -C ../src ${MFLAGS} emacs
 
@@ -29,7 +33,4 @@
 /^install:/,/^$/c\
 install: all\
 
-/^	ELC=/,/^	rm -f/c\
-	rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc
-
 /^	if test -f/d