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 12:19:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/10/02 12:18:59

Modified files:
        lisp           : makefile.w32-in 

Log message:
        (WINS_BASIC): Remove cedet.
        (WINS_CEDET): Add cedet.
        (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).

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

Patches:
Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/makefile.w32-in,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- makefile.w32-in     29 Sep 2009 00:55:01 -0000      1.91
+++ makefile.w32-in     2 Oct 2009 12:18:59 -0000       1.92
@@ -84,6 +84,7 @@
 
 # Have to define the list of subdirs manually when not using sh.
 WINS_CEDET=\
+       cedet \
        cedet/ede \
        cedet/semantic \
        cedet/srecode
@@ -91,7 +92,6 @@
 WINS_BASIC=\
        calc \
        calendar \
-       cedet \
        emacs-lisp \
        emulation \
        erc \
@@ -215,7 +215,7 @@
 
 update-subdirs-SH: doit
        $(srcdir)/update-subdirs $(lisp); \
-       for file in $(WINS); do \
+       for file in $(WINS_SUBDIR); do \
           $(srcdir)/update-subdirs $$file; \
        done;
 




reply via email to

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