summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-16 23:47:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-16 23:47:15 +0000
commit3bb075634b78b854510807448b8939d98830a4d7 (patch)
treebfe33f175e9e82b737f93fa93b7f6b9035968b1e /libc
parentbdff18da870538c009576edc5af65334f446c7b9 (diff)
use ln -fs
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile
index e4a582b5a..8e1414050 100644
--- a/libc/sysdeps/linux/mips/Makefile
+++ b/libc/sysdeps/linux/mips/Makefile
@@ -72,7 +72,7 @@ $(COBJS): %.o : %.c
$(STRIPTOOL) -x -R .note -R .comment $*.o
headers:
- cd $(TOPDIR)/include;ln -s ../libc/sysdeps/linux/mipsel/sgidefs.h .
+ cd $(TOPDIR)/include;ln -fs ../libc/sysdeps/linux/mipsel/sgidefs.h .
clean:
rm -f *.[oa] *~ core