[Pommed-commits] r390 - in trunk: gpomme wmpomme

jblache at alioth.debian.org jblache at alioth.debian.org
Mon Nov 26 10:37:05 UTC 2007


Author: jblache
Date: 2007-11-26 10:37:05 +0000 (Mon, 26 Nov 2007)
New Revision: 390

Modified:
   trunk/gpomme/Makefile
   trunk/wmpomme/Makefile
Log:
Add missing bit in clean target.


Modified: trunk/gpomme/Makefile
===================================================================
--- trunk/gpomme/Makefile	2007-11-26 10:35:50 UTC (rev 389)
+++ trunk/gpomme/Makefile	2007-11-26 10:37:05 UTC (rev 390)
@@ -49,4 +49,4 @@
 
 clean:
 	rm -f gpomme $(OBJS) $(MOFILES)
-	rm -f *~ po/*~
+	rm -f *~ po/*~ ../dbus-client/*~

Modified: trunk/wmpomme/Makefile
===================================================================
--- trunk/wmpomme/Makefile	2007-11-26 10:35:50 UTC (rev 389)
+++ trunk/wmpomme/Makefile	2007-11-26 10:37:05 UTC (rev 390)
@@ -20,4 +20,4 @@
 
 clean:
 	rm -f wmpomme $(OBJS)
-	rm -f *~
+	rm -f *~ ../dbus-client/*~




More information about the Pommed-commits mailing list