浏览代码

Addition to 'distclean' for little endian MIPS.

"Steven J. Hill" 23 年之前
父节点
当前提交
726b66de5c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -378,6 +378,7 @@ distclean clean:
 	    rm -f libc/sysdeps/linux/$(TARGET_ARCH); \
 	    rm -f ldso/ldso/$(TARGET_ARCH); \
 	    rm -f libpthread/linuxthreads/sysdeps/$(TARGET_ARCH); \
+	    find . -type l -exec rm -f {} \; ; \
 	fi;
 
 dist release: distclean