From: Glenn Morris Date: Mon, 9 Apr 2012 20:34:05 +0000 (-0400) Subject: Small leim/Makefile.in simplification X-Git-Tag: emacs-24.2.90~471^2~366^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e98e405ed50a82bf1223b47f7ef4be324e4cd66b;p=emacs.git 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. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 6d297670ad2..fecefbd14e5 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,9 @@ +2012-04-09 Glenn Morris + + * 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 * quail/latin-ltx.el (latin-ltx--define-rules): Comment out diff --git a/leim/Makefile.in b/leim/Makefile.in index 2f707f0f46d..bbae652b3e6 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -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 $@