]> git.sesse.net Git - vlc/blobdiff - toolbox
Remove .libs directories when running ./toolbox --distclean
[vlc] / toolbox
diff --git a/toolbox b/toolbox
index 23420a1fc2d8e750cb44e92bde4be6d49b21f905..f33ff856e429fdd1d5ae7c3c2bd620f4e073b56e 100755 (executable)
--- a/toolbox
+++ b/toolbox
@@ -738,6 +738,7 @@ then
   find msvc -type f -name '*.dsp' -exec rm -f '{}' ';'
   find evc -type f -name '*.vcp' -exec rm -f '{}' ';'
   find . -type d -name '.deps' -exec rm -Rf '{}' ';'
+  find . -type d -name '.libs' -exec rm -Rf '{}' ';'
   # there's some more cruft all around
   rm -f config.h config.log config.status
   rm -f vlc vlc-config Makefile Modules.am