When cleaning, get rid of the binary from the filesystem area too.
author"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 6 Feb 2007 18:12:22 +0000 (18:12 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 6 Feb 2007 18:12:22 +0000 (18:12 -0000)
package/strace/strace.mk

index 56e9532472d1c2a206f5d5e0ccca37139fbcd4ed..1a17db01915f87711c91ddb0f7e81048f6a2a5d6 100644 (file)
@@ -66,6 +66,7 @@ endif
 strace: uclibc $(TARGET_DIR)/usr/bin/strace 
 
 strace-clean: 
+       rm -f $(TARGET_DIR)/usr/bin/strace
        $(MAKE) -C $(STRACE_DIR) clean
 
 strace-dirclean: