Whamcloud - gitweb
- fixes for making liblustre at least buildable (including fixes to compilation bug...
[fs/lustre-release.git] / lustre / liblustre / genlib.sh
index f5c489e..c60cd66 100755 (executable)
@@ -53,7 +53,7 @@ build_sysio_obj_list() {
   _objs=`$AR -t $1`
   mkdir -p $sysio_tmp
   cd $sysio_tmp
-  $AR -x ../$1
+  $AR -x $1
   cd ..
   for _lib in $_objs; do
     ALL_OBJS=$ALL_OBJS"$sysio_tmp/$_lib ";