Don't remove the Unix shell invocations.

This commit is contained in:
Eli Zaretskii 2000-10-07 18:41:26 +00:00
parent d151eec5d6
commit 97ea7b552d

View file

@ -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