mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Fix for bug #1057
This commit is contained in:
parent
54902ddb65
commit
a173f2c6e9
@ -83,6 +83,7 @@ function cleanfulltree {
|
||||
myfindrm $1 config.log
|
||||
myfindrm $1 config.cache
|
||||
find . -depth -name 'autom4te.cache' -execdir rm -rf '{}' ';'
|
||||
find . -depth -name '.deps' -execdir rm -rf '{}' ';'
|
||||
myfindrm $1 aclocal.m4
|
||||
printf "Done\n"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user