瀏覽代碼

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

"Steven J. Hill" 18 年之前
父節點
當前提交
821eb62d99
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/strace/strace.mk

+ 1 - 0
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: