diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-16 23:47:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-16 23:47:15 +0000 |
commit | 3bb075634b78b854510807448b8939d98830a4d7 (patch) | |
tree | bfe33f175e9e82b737f93fa93b7f6b9035968b1e /libc/sysdeps/linux/mips/Makefile | |
parent | bdff18da870538c009576edc5af65334f446c7b9 (diff) |
use ln -fs
Diffstat (limited to 'libc/sysdeps/linux/mips/Makefile')
-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 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 |