diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-08-24 16:21:58 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-08-24 16:30:00 +1000 |
commit | 2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f (patch) | |
tree | e6dc7e350d418a6189c387becf205ea891c1a75e /lib | |
parent | 798b3fbb53fb229c93b841e380a4439d6575d75a (diff) | |
download | samba-2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f.tar.gz samba-2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f.tar.bz2 samba-2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f.zip |
LIBREPLACEOBJ now contains the full path
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}], |