diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/samba.m4 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/replace/samba.m4 b/lib/replace/samba.m4 index 4514728d03..b7582202f1 100644 --- a/lib/replace/samba.m4 +++ b/lib/replace/samba.m4 @@ -17,10 +17,7 @@ LIBREPLACE_DIR=`echo ${libreplacedir} |sed -e 's/^\.\///g'` # build directory. LIBREPLACE_DIR=`echo ${LIBREPLACE_DIR} | sed -e "s|^$srcdir/||g"` -LIBREPLACE_OBJS="" -for obj in ${LIBREPLACEOBJ}; do - LIBREPLACE_OBJS="${LIBREPLACE_OBJS} ${LIBREPLACE_DIR}/${obj}" -done +LIBREPLACE_OBJS="${LIBREPLACEOBJ}" SMB_SUBSYSTEM(LIBREPLACE, [${LIBREPLACE_OBJS}], |