* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
This commit is contained in:
parent
ab2baced6e
commit
872a1ea427
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-10-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
|
||||
|
||||
2009-10-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use of
|
||||
|
|
|
@ -123,7 +123,7 @@ WINS_ALMOST=$(WINS_BASIC) \
|
|||
$(WINS_CEDET)
|
||||
|
||||
# Directories to extract data from (customs, autoloads, etc.)
|
||||
WINS_UPDATES=$(WIN_ALMOST) \
|
||||
WINS_UPDATES=$(WINS_ALMOST) \
|
||||
$(WINS_CEDET_SUBDIRS)
|
||||
|
||||
# Directories to add to subdirs.el
|
||||
|
|
Loading…
Add table
Reference in a new issue