# HG changeset patch # User giacomo # Date 1144025610 25200 # Node ID dff18ce367abc5aa7fe2443dc9e8ce2317f38852 # Parent 1dd2afe391ec9d8c1c4affff0ec3f790c51ae9b9 [svn] object files in Plugins/General/scrobbler/tags/ should be deleted too on clean requests diff -r 1dd2afe391ec -r dff18ce367ab Plugins/General/scrobbler/Makefile.in --- a/Plugins/General/scrobbler/Makefile.in Sun Apr 02 17:42:32 2006 -0700 +++ b/Plugins/General/scrobbler/Makefile.in Sun Apr 02 17:53:30 2006 -0700 @@ -31,3 +31,6 @@ CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(CURL_CFLAGS) -I../../../intl -I../../.. OBJECTS = ${SOURCES:.c=.o} + +clean-posthook: + @$(RM) tags/*.o