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/powerpc | |
parent | b155ef96df8b0a7b9b3c308a17f389c2b48d75b4 (diff) | |
download | uClibc-alpine-d9bdacaa96076cf72441e13f0b90fa8a2431612d.tar.bz2 uClibc-alpine-d9bdacaa96076cf72441e13f0b90fa8a2431612d.tar.xz |
rename common Makefile.arch to prevent include funkiness from occuring
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile.arch b/libc/sysdeps/linux/powerpc/Makefile.arch index 125ebc397..eaa1cb7f8 100644 --- a/libc/sysdeps/linux/powerpc/Makefile.arch +++ b/libc/sysdeps/linux/powerpc/Makefile.arch @@ -11,4 +11,4 @@ SSRC := \ __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \ clone.S __uClibc_syscall.S syscall.S vfork.S -include $(top_srcdir)libc/sysdeps/linux/Makefile.arch +include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |