summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d2f0c3c569..2d03f8c6da 100755
--- a/configure
+++ b/configure
@@ -878,7 +878,7 @@ if test "$elf" = yes; then
esac
for m in $mach; do
if test -d $xsrcdir${d}sysdeps$m/elf; then
- elf_dirs="$elf_dirs $d$m/elf"
+ elf_dirs="$elf_dirs ${d}sysdeps$m/elf"
fi
done
done