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.w32-in,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in,v
Date: Fri, 20 Jun 2008 15:43:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/06/20 15:43:29

Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/makefile.w32-in,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- makefile.w32-in     20 Jun 2008 15:18:30 -0000      1.82
+++ makefile.w32-in     20 Jun 2008 15:43:29 -0000      1.83
@@ -60,7 +60,7 @@
 
 AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \
        $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \
-       $(lisp)/calc/calc-loaddefs.el
+       $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el
 
 # Files to compile before others during a bootstrap.  This is done to
 # speed up the bootstrap process.  The CC files are compiled first
@@ -446,8 +446,10 @@
 # precious files if it happens to match their short 8+3 aliases.
 clean:
        - $(DEL) *.el~
+       - $(DEL) calc/calc-loaddefs.el~
+       - $(DEL) eshell/esh-groups.el~
 
-distclean:
+distclean: clean
        - $(DEL) $(lisp)/Makefile
 
 maintainer-clean: bootstrap-clean distclean




reply via email to

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