mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(WINS_BASIC): Remove cedet.
(WINS_CEDET): Add cedet. (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
This commit is contained in:
parent
3999968a73
commit
d2bda74fc9
@ -1,3 +1,9 @@
|
||||
2009-10-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (WINS_BASIC): Remove cedet.
|
||||
(WINS_CEDET): Add cedet.
|
||||
(update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
|
||||
|
||||
2009-10-02 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* net/browse-url.el (browse-url): Pass any symbol in
|
||||
|
@ -84,6 +84,7 @@ emacs = "$(EMACS)" $(EMACSOPT)
|
||||
|
||||
# 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_CEDET=\
|
||||
WINS_BASIC=\
|
||||
calc \
|
||||
calendar \
|
||||
cedet \
|
||||
emacs-lisp \
|
||||
emulation \
|
||||
erc \
|
||||
@ -215,7 +215,7 @@ update-subdirs-CMD: doit
|
||||
|
||||
update-subdirs-SH: doit
|
||||
$(srcdir)/update-subdirs $(lisp); \
|
||||
for file in $(WINS); do \
|
||||
for file in $(WINS_SUBDIR); do \
|
||||
$(srcdir)/update-subdirs $$file; \
|
||||
done;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user