emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100295: * lwlib/Makefile.in (mostlyc


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100295: * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.
Date: Fri, 14 May 2010 19:02:28 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100295
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-05-14 19:02:28 -0700
message:
  * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.
modified:
  lwlib/ChangeLog
  lwlib/Makefile.in
=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2010-05-13 17:48:56 +0000
+++ b/lwlib/ChangeLog   2010-05-15 02:02:28 +0000
@@ -1,3 +1,7 @@
+2010-05-15  Glenn Morris  <address@hidden>
+
+       * Makefile.in (mostlyclean): Remove references to non-existent files.
+
 2010-05-13  Jan Djärv  <address@hidden>
 
        * lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.

=== modified file 'lwlib/Makefile.in'
--- a/lwlib/Makefile.in 2010-05-06 07:24:18 +0000
+++ b/lwlib/Makefile.in 2010-05-15 02:02:28 +0000
@@ -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


reply via email to

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