changeset 1216:a428d7e70c10 trunk

[svn] - chase $(RM) change
author nenolod
date Wed, 14 Jun 2006 00:52:27 -0700
parents f22bd1fa1579
children ce65f2a60bdd
files ChangeLog Plugins/General/scrobbler/Makefile.in
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 14 00:51:53 2006 -0700
+++ b/ChangeLog	Wed Jun 14 00:52:27 2006 -0700
@@ -1,3 +1,13 @@
+2006-06-14 07:51:53 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1344]
+  - improvements
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/Plugins/Input/sexypsf/Makefile.in  
+  +6 -6           trunk/mk/objective.mk  
+
+
 2006-06-14 07:49:07 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1342]
   s/$(RM)/rm/ (wtf)
--- a/Plugins/General/scrobbler/Makefile.in	Wed Jun 14 00:51:53 2006 -0700
+++ b/Plugins/General/scrobbler/Makefile.in	Wed Jun 14 00:52:27 2006 -0700
@@ -38,4 +38,4 @@
 OBJECTS = ${SOURCES:.c=.o}
 
 clean-posthook:
-	@$(RM) tags/*.o
+	@rm -f tags/*.o