]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - share/alibtool
clustering parameter is set to decide the clustering algo
[u/mrichter/AliRoot.git] / share / alibtool
index 046a00ec0aed993febf5bc8a9535eaf55473e8c3..b6be146a925ef1b8a9f50b41b9b0ce857a34db4d 100755 (executable)
@@ -8,6 +8,9 @@
 #
 # modification history
 # $Log$
+# Revision 1.11  2006/05/24 10:10:20  hristov
+# Correct dependences for files from subdirecties (Matevz)
+#
 # Revision 1.10.4.1  2006/05/24 10:09:05  hristov
 # Correct dependences for files from subdirecties (Matevz)
 #
@@ -148,7 +151,7 @@ MkModule()
 {
 module=$1
 #This one gets all the library pkg files
-tempo=`find ${module} -name "lib*.pkg"  | sed -e "sQ${module}/libQQ" -e "sQ\.pkgQQ"`
+tempo=`find ${module} -follow -name "lib*.pkg"  | sed -e "sQ${module}/libQQ" -e "sQ\.pkgQQ"`
 
 echo "#**************************************************************************";
 echo "#**** This file is automatically generated from the mkmodules script  *****";
@@ -162,7 +165,7 @@ for i in $tempo; do
 done;
 
 #This one gets all the binary(executable) pkg files
-tempo=`find ${module} -name "bin*.pkg"  | sed -e "sQ${module}/binQQ" -e "sQ\.pkgQQ"`
+tempo=`find ${module} -follow -name "bin*.pkg"  | sed -e "sQ${module}/binQQ" -e "sQ\.pkgQQ"`
 
 for i in $tempo; do
     package=$i;