emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp makefile.w32-in


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp makefile.w32-in
Date: Fri, 02 Oct 2009 15:46:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/10/02 15:46:46

Modified files:
        lisp           : makefile.w32-in 

Log message:
        (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/makefile.w32-in?cvsroot=emacs&r1=1.92&r2=1.93

Patches:
Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/makefile.w32-in,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- makefile.w32-in     2 Oct 2009 12:18:59 -0000       1.92
+++ makefile.w32-in     2 Oct 2009 15:46:46 -0000       1.93
@@ -210,7 +210,7 @@
        echo ;; In load-path, after this directory should come>> 
$(lisp)/subdirs.el
        echo ;; certain of its subdirectories.  Here we specify them.>> 
$(lisp)/subdirs.el
        echo (normal-top-level-add-to-load-path $(SQUOTE)(>> $(lisp)/subdirs.el
-       @for %%d in ($(WINS_SUBDIR)) do echo "%%d">> $(lisp)/subdirs.el
+       @for %%d in ($(WINS_SUBDIR) cedet) do echo "%%d">> $(lisp)/subdirs.el
        echo ))>> $(lisp)/subdirs.el
 
 update-subdirs-SH: doit




reply via email to

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