From 97ea7b552d0e30f3a76a1c96c46edcd724eea39b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Oct 2000 18:41:26 +0000 Subject: [PATCH] Don't remove the Unix shell invocations. --- msdos/sedleim.inp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp index e84ce54096a..ee4fcf84c5f 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp @@ -13,6 +13,10 @@ MAKESHELL=/xyzzy/command /^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 @@ INSTALLDIR=. /^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 -- 2.39.5