]> git.eshelyaron.com Git - emacs.git/commitdiff
* lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.
authorGlenn Morris <rgm@gnu.org>
Sat, 15 May 2010 02:02:28 +0000 (19:02 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 15 May 2010 02:02:28 +0000 (19:02 -0700)
lwlib/ChangeLog
lwlib/Makefile.in

index dfa6188846787a6e526f0315e0938cfb93e4aff9..7e8edb930ad820318db9dbd41b3ebd17f521306d 100644 (file)
@@ -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.
index c72b39208141ee62b9f6a2837fab6f65e1314768..eac091744510ec8067578e1e45158dd178539411 100644 (file)
@@ -75,7 +75,7 @@ lwlib-Xm.o:    lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
 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