changeset 108586:36240284aaab

* lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.
author Glenn Morris <rgm@gnu.org>
date Fri, 14 May 2010 19:02:28 -0700
parents 5846f66dc9a2
children 17dd83b6f6d9
files lwlib/ChangeLog lwlib/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/ChangeLog	Fri May 14 18:58:36 2010 -0700
+++ b/lwlib/ChangeLog	Fri May 14 19:02:28 2010 -0700
@@ -1,3 +1,7 @@
+2010-05-15  Glenn Morris  <rgm@gnu.org>
+
+	* Makefile.in (mostlyclean): Remove references to non-existent files.
+
 2010-05-13  Jan Djärv  <jan.h.d@swipnet.se>
 
 	* lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
--- a/lwlib/Makefile.in	Fri May 14 18:58:36 2010 -0700
+++ b/lwlib/Makefile.in	Fri May 14 19:02:28 2010 -0700
@@ -75,7 +75,7 @@
 xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
 
 mostlyclean:
-	$(RM) *.o core errs ,* *.a .emacs_* make.log MakeOut \#*
+	$(RM) *.o core liblw.a \#*
 
 clean: mostlyclean
 distclean: clean