Small leim/Makefile.in simplification
* leim/Makefile.in (../src/emacs): Remove this rule, no longer relevant since leim distributed with Emacs (eg lisp/ has no such rule). (all): Remove $BUILT_EMACS dependence.
This commit is contained in:
parent
54b0762cb7
commit
e98e405ed5
2 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-04-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (../src/emacs): Remove this rule, no longer relevant
|
||||
since leim distributed with Emacs (eg lisp/ has no such rule).
|
||||
(all): Remove $BUILT_EMACS dependence.
|
||||
|
||||
2012-04-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* quail/latin-ltx.el (latin-ltx--define-rules): Comment out
|
||||
|
|
|
@ -93,12 +93,7 @@ TIT_MISC=${CHINESE_TIT} ${MISC}
|
|||
@echo Compiling $<
|
||||
@${RUN_EMACS} -l ${buildlisppath}/international/quail -f batch-byte-compile $<
|
||||
|
||||
all: ${BUILT_EMACS} ${SUBDIRS} leim-list.el compile-main
|
||||
|
||||
# To ensure that we can run Emacs. This target is ignored (never
|
||||
# being hit) if a user changes default value of BUILT_EMACS.
|
||||
../src/emacs:
|
||||
cd ../src; ${MAKE} ${MFLAGS} emacs
|
||||
all: ${SUBDIRS} leim-list.el compile-main
|
||||
|
||||
${SUBDIRS}:
|
||||
mkdir $@
|
||||
|
|
Loading…
Add table
Reference in a new issue