summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-05-13 09:11:12 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-05-13 09:11:12 -0700
commitd9efd775ba51916b58b899d8b1c8501105a830de (patch)
treed4b735b02883dea9c76ccae390830e992607bd75 /sysdeps
parent265a9b73baf3898cb89410eed71a6337762e37b1 (diff)
downloadglibc-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')
-rw-r--r--sysdeps/unix/make-syscalls.sh2
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}\");'; \\