瀏覽代碼

use ln -fs

Eric Andersen 23 年之前
父節點
當前提交
3bb075634b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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