emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107820: Small leim/Makefile.in simpl


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107820: Small leim/Makefile.in simplification
Date: Mon, 09 Apr 2012 16:34:05 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107820
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-09 16:34:05 -0400
message:
  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.
modified:
  leim/ChangeLog
  leim/Makefile.in
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2012-04-09 20:31:47 +0000
+++ b/leim/ChangeLog    2012-04-09 20:34:05 +0000
@@ -1,3 +1,9 @@
+2012-04-09  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * quail/latin-ltx.el (latin-ltx--define-rules): Comment out

=== modified file 'leim/Makefile.in'
--- a/leim/Makefile.in  2012-04-09 06:34:21 +0000
+++ b/leim/Makefile.in  2012-04-09 20:34:05 +0000
@@ -93,12 +93,7 @@
        @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 $@


reply via email to

[Prev in Thread] Current Thread [Next in Thread]