mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Fix the build on irix: Prevent empty line in TDB_OBJ
This leads to a Makfile syntax error in the prerequisites for
bin/smbd. Wow, irix is really picky!
Michael
(This used to be commit 011f24c6c9
)
This commit is contained in:
parent
94ed19c4a8
commit
e823c9f237
@ -242,8 +242,8 @@ LIBTDB_OBJ0 = @TDB_OBJS@
|
||||
LIBTDB_OBJ = $(LIBTDB_OBJ0) $(LIBREPLACE_OBJ)
|
||||
|
||||
TDB_OBJ = lib/util_tdb.o \
|
||||
lib/dbwrap.o lib/dbwrap_tdb.o lib/dbwrap_ctdb.o lib/dbwrap_rbt.o \
|
||||
@LIBTDB_STATIC@
|
||||
lib/dbwrap.o lib/dbwrap_tdb.o lib/dbwrap_ctdb.o \
|
||||
lib/dbwrap_rbt.o @LIBTDB_STATIC@
|
||||
|
||||
SMBLDAP_OBJ = @SMBLDAP@ @SMBLDAPUTIL@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user