From 3d855f75d211ff7b5961f2e0153dc8b3f125f4d7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Apr 2009 03:33:03 +0000 Subject: [BZ #10052] 2009-04-23 Ulrich Drepper [BZ #10052] * sysdeps/unix/make-syscalls.sh: Add rule to create target directory for dummy syscall rules. Patch by Chris Steinbroner . --- sysdeps/unix/make-syscalls.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/make-syscalls.sh') 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*) -- cgit 1.4.1