From: "Steven J. Hill" Date: Tue, 6 Feb 2007 18:12:22 +0000 (-0000) Subject: When cleaning, get rid of the binary from the filesystem area too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=821eb62d994cf0dc53d278bca63d6c66e038a065;p=buildroot.git When cleaning, get rid of the binary from the filesystem area too. --- diff --git a/package/strace/strace.mk b/package/strace/strace.mk index 56e9532472..1a17db0191 100644 --- a/package/strace/strace.mk +++ b/package/strace/strace.mk @@ -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: