diff options
Diffstat (limited to 'libc/sysdeps/linux/ia64/Makefile.arch')
| -rw-r--r-- | libc/sysdeps/linux/ia64/Makefile.arch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/ia64/Makefile.arch b/libc/sysdeps/linux/ia64/Makefile.arch index 2b3212498..e95e86873 100644 --- a/libc/sysdeps/linux/ia64/Makefile.arch +++ b/libc/sysdeps/linux/ia64/Makefile.arch @@ -5,10 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := __syscall_error.c +CSRC-y := __syscall_error.c -SSRC := \ +SSRC-y := \ __longjmp.S brk.S bsd-setjmp.S bsd-_setjmp.S clone2.S fork.S \ pipe.S setjmp.S syscall.S vfork.S - -include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |
