* lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.

This commit is contained in:
Glenn Morris 2010-05-14 19:02:28 -07:00
parent 8b44daa00a
commit 4b6f0cae87
2 changed files with 5 additions and 1 deletions

View 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.

View 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