mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix a typo.
This had no negative side effect since currently TALLOC_OBJ
only consists of one object.
Michael
(This used to be commit 9cf3be8520
)
This commit is contained in:
parent
ff85aec193
commit
879b32806d
@ -276,7 +276,7 @@ m4_include(lib/talloc/libtalloc.m4)
|
||||
|
||||
TALLOC_OBJS=""
|
||||
for obj in ${TALLOC_OBJ}; do
|
||||
TALLOC_OBJS="${TALLOCOBJS} ${tallocdir}/${obj}"
|
||||
TALLOC_OBJS="${TALLOC_OBJS} ${tallocdir}/${obj}"
|
||||
done
|
||||
AC_SUBST(TALLOC_OBJS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user