From 52e7b69707408cdffd6911d33804cb512f280760 Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 15 Jan 2004 10:25:29 +0000 Subject: [PATCH] merge from HEAD: 20030115 --- lustre/liblustre/genlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/liblustre/genlib.sh b/lustre/liblustre/genlib.sh index fed3051..2ceec0f 100755 --- a/lustre/liblustre/genlib.sh +++ b/lustre/liblustre/genlib.sh @@ -39,7 +39,7 @@ sysio_tmp=$CWD/sysio_tmp_`date +%s` build_sysio_obj_list() { _objs=`$AR -t $1` mkdir -p $sysio_tmp - $AR $1 + $AR -x $1 mv $_objs $sysio_tmp for _lib in $_objs; do ALL_OBJS=$ALL_OBJS"$sysio_tmp/$_lib "; -- 1.8.3.1