When cleaning, get rid of the binary from the filesystem area too.

This commit is contained in:
"Steven J. Hill" 2007-02-06 18:12:22 +00:00
parent 7fdce37c85
commit 821eb62d99

View 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: