emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/leim/Makefile.in,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/leim/Makefile.in,v
Date: Fri, 27 Jun 2008 00:54:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/27 00:54:16

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/leim/Makefile.in,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- Makefile.in 3 Jun 2008 05:00:16 -0000       1.93
+++ Makefile.in 27 Jun 2008 00:54:16 -0000      1.94
@@ -153,7 +153,8 @@
 .SUFFIXES: .elc .el
 
 .el.elc:
-       ${RUN-EMACS} -f batch-byte-compile $<
+       @echo Compiling $<
+       @${RUN-EMACS} -f batch-byte-compile $<
 
 all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}
 




reply via email to

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