summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e41c5f211..0c199a2df 100644
--- a/Makefile
+++ b/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