about summary refs log tree commit diff
path: root/sysdeps/unix/make-syscalls.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-24 03:33:03 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-24 03:33:03 +0000
commit3d855f75d211ff7b5961f2e0153dc8b3f125f4d7 (patch)
tree0a046b1cf8435fe8b4c19b5337ae2be455407e3e /sysdeps/unix/make-syscalls.sh
parent95bf537fc79edec18abd3c8a236fb84ab589cfcd (diff)
downloadglibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.tar.gz
glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.tar.xz
glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.zip
[BZ #10052]
2009-04-23  Ulrich Drepper  <drepper@redhat.com>
	[BZ #10052]
	* sysdeps/unix/make-syscalls.sh: Add rule to create target
	directory for dummy syscall rules.
	Patch by Chris Steinbroner <hesh@pobox.com>.
Diffstat (limited to 'sysdeps/unix/make-syscalls.sh')
-rw-r--r--sysdeps/unix/make-syscalls.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh
index ca82e1f331..8abb0349bf 100644
--- a/sysdeps/unix/make-syscalls.sh
+++ b/sysdeps/unix/make-syscalls.sh
@@ -155,6 +155,7 @@ shared-only-routines += $file
   case x"$callnum" in
   x_)
   echo "\
+	\$(make-target-directory)
 	(echo '/* Dummy module requested by syscalls.list */'; \\"
   ;;
   x*)