Browse Source

Remove gratuitous symlink trashing

Eric Andersen 23 years ago
parent
commit
1664b0f398
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -342,7 +342,6 @@ distclean clean:
 	    $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;		\
 	fi;
 	- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \;
-	- find -type l -exec rm -f {} \;
 
 dist release: distclean
 	cd ..;					\