diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 09:11:12 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 09:11:12 -0700 |
commit | d9efd775ba51916b58b899d8b1c8501105a830de (patch) | |
tree | d4b735b02883dea9c76ccae390830e992607bd75 /sysdeps/unix/make-syscalls.sh | |
parent | 265a9b73baf3898cb89410eed71a6337762e37b1 (diff) | |
download | glibc-d9efd775ba51916b58b899d8b1c8501105a830de.tar.gz glibc-d9efd775ba51916b58b899d8b1c8501105a830de.tar.xz glibc-d9efd775ba51916b58b899d8b1c8501105a830de.zip |
Remove a trailing `\' in make-syscalls.sh
[BZ #18409] * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
Diffstat (limited to 'sysdeps/unix/make-syscalls.sh')
-rw-r--r-- | sysdeps/unix/make-syscalls.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index e3596b6ce3..910a22c0e1 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -274,7 +274,7 @@ while read file srcfile caller syscall args strong weak; do vdso_symver=`echo "$vdso_symver" | sed 's/\./_/g'` echo "\ \$(foreach p,\$(sysd-rules-targets),\$(objpfx)\$(patsubst %,\$p,$file).os): \\ - \$(..)sysdeps/unix/make-syscalls.sh\ + \$(..)sysdeps/unix/make-syscalls.sh \$(make-target-directory) (echo '#include <dl-vdso.h>'; \\ echo 'extern void *${strong}_ifunc (void) __asm (\"${strong}\");'; \\ |