Don't remove the Unix shell invocations.
This commit is contained in:
parent
d151eec5d6
commit
97ea7b552d
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue