summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/Makefile.arch
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-19 06:59:23 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-19 06:59:23 +0000
commitd9bdacaa96076cf72441e13f0b90fa8a2431612d (patch)
treea8e7cfae5ff83fdcad41e853d0fe963cc81599f9 /libc/sysdeps/linux/x86_64/Makefile.arch
parentb155ef96df8b0a7b9b3c308a17f389c2b48d75b4 (diff)
rename common Makefile.arch to prevent include funkiness from occuring
Diffstat (limited to 'libc/sysdeps/linux/x86_64/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/x86_64/Makefile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/x86_64/Makefile.arch b/libc/sysdeps/linux/x86_64/Makefile.arch
index 2cd9b2389..b6ad71cbd 100644
--- a/libc/sysdeps/linux/x86_64/Makefile.arch
+++ b/libc/sysdeps/linux/x86_64/Makefile.arch
@@ -10,4 +10,4 @@ CSRC := brk.c sigaction.c __syscall_error.c mmap.c
SSRC := \
__longjmp.S vfork.S setjmp.S syscall.S bsd-setjmp.S bsd-_setjmp.S clone.S
-include $(top_srcdir)libc/sysdeps/linux/Makefile.arch
+include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch