diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-04 10:37:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-04 10:37:33 +0000 |
commit | 2034056a27f62ac794f8f6c6b8409cc26cb00dd3 (patch) | |
tree | d85c8c760b49659b56be369aef8fd0550628fd2a /libc/sysdeps/linux | |
parent | fea1b23bcf0b9ef29af0968f5adf1e822ca874ae (diff) |
Fix path
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index 3b7e5da63..51f75caeb 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -74,7 +74,7 @@ $(COBJS): %.o : %.c headers: @(TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > bits/syscall.h ) - cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/mipsel/sgidefs.h . + cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/mips/sgidefs.h . clean: rm -f *.[oa] *~ core |