Browse Source

use ln -fs

Eric Andersen 23 years ago
parent
commit
3bb075634b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/mips/Makefile

+ 1 - 1
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