strace: also remove from target-utils on clean

This commit is contained in:
Peter Korsgaard 2008-08-04 19:07:38 +00:00
parent 59b4626448
commit c30e297e33
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ endif
strace: uclibc $(TARGET_DIR)/usr/bin/strace strace: uclibc $(TARGET_DIR)/usr/bin/strace
strace-clean: strace-clean:
rm -f $(TARGET_DIR)/usr/bin/strace rm -f $(TARGET_DIR)/usr/bin/strace \
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/target_utils/strace
-$(MAKE) -C $(STRACE_DIR) clean -$(MAKE) -C $(STRACE_DIR) clean
strace-dirclean: strace-dirclean: