diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tree.sh b/include/tree.sh index 59dd765c..ef96ac9b 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -193,7 +193,7 @@ check_project_hashes() err "!mk $XBMK_CACHE/hash/$project$tree" [ "$badhash" != "y" ] || x_ rm -Rf "src/$project/$tree" \ - "elf/$project/$tree" "elf/$project/$target"; : + "elf/$project/$tree"; : } check_cross_compiler() |