mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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 commit is contained in:
parent
d9b72282c6
commit
011f24c6c9
@ -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