X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fconfigure;h=ee654132529f53502ba844d8a080b86a6b6a8d54;hb=5b7aeb5a2052de087acc75887494091e5189143b;hp=83b27c8fc16e74f6f03ff3d18894ae077629e1c0;hpb=42e3082637998150a8dc0251c5b846f78e1d4772;p=melted diff --git a/src/modules/configure b/src/modules/configure index 83b27c8..ee65413 100755 --- a/src/modules/configure +++ b/src/modules/configure @@ -4,7 +4,7 @@ [ "$help" != "1" ] && rm -f disable-* producers.dat filters.dat transitions.dat consumers.dat # Create the make.inc file -echo SUBDIRS = `find . -type d -maxdepth 1 | grep -v CVS | grep -v "^.$" | sed 's/\.\///'` > make.inc +echo SUBDIRS = `find . -maxdepth 1 -type d | grep -v CVS | grep -v "^.$" | sed 's/\.\///'` > make.inc # Iterate through arguments for i in "$@"