diff options
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sedleim.inp | 7 |
1 files 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 |