Explorar o código

Addition to 'distclean' for little endian MIPS.

"Steven J. Hill" %!s(int64=23) %!d(string=hai) anos
pai
achega
726b66de5c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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