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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in,v
Date: Mon, 23 Jun 2008 03:11:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/23 03:11:57

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -b -r1.145 -r1.146
--- Makefile.in 22 Jun 2008 19:04:22 -0000      1.145
+++ Makefile.in 23 Jun 2008 03:11:56 -0000      1.146
@@ -1426,9 +1426,10 @@
 bootstrap-clean:
        cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
 
-distclean: bootstrap-clean
+distclean:
        -rm -f ./Makefile
-maintainer-clean: distclean
+
+maintainer-clean: distclean bootstrap-clean
 
 .PHONY: check-declare
 




reply via email to

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