# HG changeset patch # User giacomo # Date 1144024952 25200 # Node ID 1dd2afe391ec9d8c1c4affff0ec3f790c51ae9b9 # Parent 8513cbe2ba3354ce582a106315e0a81bfd1a6e37 [svn] binaries (audacious,audacious-arts-helper) should be deleted on clean requests diff -r 8513cbe2ba33 -r 1dd2afe391ec mk/objective.mk --- a/mk/objective.mk Sun Apr 02 17:08:11 2006 -0700 +++ b/mk/objective.mk Sun Apr 02 17:42:32 2006 -0700 @@ -87,6 +87,11 @@ fi $(MAKE) clean-posthook $(RM) *.o *.lo *.so *.a *.sl + @if test "$(OBJECTIVE_BINS)" != "none"; then \ + for i in $(OBJECTIVE_BINS); do \ + $(RM) $$i; \ + done; \ + fi @if test $(VERBOSITY) -gt 0; then \ echo "[all objectives cleaned]"; \ fi