diff options
Diffstat (limited to 'tools/notsd-fixup')
-rwxr-xr-x | tools/notsd-fixup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/notsd-fixup b/tools/notsd-fixup index 820d2fec17..af0fdbf9d4 100755 --- a/tools/notsd-fixup +++ b/tools/notsd-fixup @@ -19,7 +19,7 @@ main() { find "$@" -type l -name GNUmakefile -delete # It's OK for the top-level one to fail find "$@" -type f -name Makefile -printf '%h\0' | - xargs -r0 -I {} ln -s -t {} GNUmakefile + xargs -r0 -I {} ln -s -r -t {} GNUmakefile # C includes rm -rf -- "$0"--includes.cache |