diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-16 04:36:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-16 04:36:34 +0000 |
commit | e264ded5e0509082a32eedbb87089f7f95ed85f2 (patch) | |
tree | fafd0338c9f573073e92fbaec9fbeea228cac51c /libc/sysdeps/linux/hppa/Makefile.arch | |
parent | 27be0830a0d05b7204c99f5d0c8f987a881ca72c (diff) |
rename files to .s like they should be
Diffstat (limited to 'libc/sysdeps/linux/hppa/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/hppa/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/hppa/Makefile.arch b/libc/sysdeps/linux/hppa/Makefile.arch index 3509f6900..047c01005 100644 --- a/libc/sysdeps/linux/hppa/Makefile.arch +++ b/libc/sysdeps/linux/hppa/Makefile.arch @@ -8,6 +8,6 @@ CSRC := __syscall_error.c brk.c mmap.c syscall.c SSRC := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S \ - add_n.S lshift.S rshift.S sub_n.S udiv_qrnnd.S + add_n.s lshift.s rshift.s sub_n.s udiv_qrnnd.s include $(top_srcdir)libc/sysdeps/linux/Makefile.arch |