diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-19 06:59:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-19 06:59:23 +0000 |
commit | d9bdacaa96076cf72441e13f0b90fa8a2431612d (patch) | |
tree | a8e7cfae5ff83fdcad41e853d0fe963cc81599f9 /libc/sysdeps/linux/hppa/Makefile.arch | |
parent | b155ef96df8b0a7b9b3c308a17f389c2b48d75b4 (diff) |
rename common Makefile.arch to prevent include funkiness from occuring
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 047c01005..9739e74d7 100644 --- a/libc/sysdeps/linux/hppa/Makefile.arch +++ b/libc/sysdeps/linux/hppa/Makefile.arch @@ -10,4 +10,4 @@ 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 -include $(top_srcdir)libc/sysdeps/linux/Makefile.arch +include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |