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/arm/Makefile.arch | |
parent | b155ef96df8b0a7b9b3c308a17f389c2b48d75b4 (diff) |
rename common Makefile.arch to prevent include funkiness from occuring
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile.arch b/libc/sysdeps/linux/arm/Makefile.arch index c6edc12a1..1ed4b6a6e 100644 --- a/libc/sysdeps/linux/arm/Makefile.arch +++ b/libc/sysdeps/linux/arm/Makefile.arch @@ -11,4 +11,4 @@ SSRC := \ __longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S \ bsd-_setjmp.S sigrestorer.S mmap64.S -include $(top_srcdir)libc/sysdeps/linux/Makefile.arch +include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |