emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in,v
Date: Wed, 23 Apr 2008 18:01:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/23 18:01:46

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -b -r1.113 -r1.114
--- Makefile.in 22 Apr 2008 09:34:02 -0000      1.113
+++ Makefile.in 23 Apr 2008 18:01:46 -0000      1.114
@@ -81,7 +81,9 @@
 
 emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT)
 # Prerequisites for running $(emacs)
-emacs-deps = $(lisp)/subdirs.el
+# This should not be necessary because in order to have ../src/emacs
+# we must have built subdirs.el already.
+# emacs-deps = $(lisp)/subdirs.el
 
 # Common command to find subdirectories
 




reply via email to

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