emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/makefile.w32-in,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/makefile.w32-in,v
Date: Wed, 09 Apr 2008 16:21:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/04/09 16:21:34

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/src/makefile.w32-in,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- makefile.w32-in     3 Apr 2008 13:14:16 -0000       1.64
+++ makefile.w32-in     9 Apr 2008 16:21:34 -0000       1.65
@@ -264,8 +264,11 @@
        - $(DEL_TREE) $(OBJDIR)
        - $(DEL) stamp_BLD
 
-distclean:     clean
-       - $(DEL) config.h epaths.h
+distclean:     cleanall
+       - $(DEL) config.h epaths.h Makefile
+
+maintainer-clean: distclean
+       - $(DEL) TAGS
 
 cleanall:      clean
        - $(DEL_TREE) obj




reply via email to

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