]> git.eshelyaron.com Git - emacs.git/commitdiff
Small leim/Makefile.in simplification
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 20:34:05 +0000 (16:34 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 20:34:05 +0000 (16:34 -0400)
* 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.

leim/ChangeLog
leim/Makefile.in

index 6d297670ad283d742e027d73f10f2693dd3b0947..fecefbd14e52da44c5f8585936e97ce6cc40ec01 100644 (file)
@@ -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
index 2f707f0f46dbda64e947fac039171adcb4868259..bbae652b3e68b91ee609385ad68d945d8a567457 100644 (file)
@@ -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 $@