Fix the build on irix: Prevent empty line in TDB_OBJ
authorMichael Adam <obnox@samba.org>
Thu, 21 Feb 2008 09:26:54 +0000 (10:26 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 21 Feb 2008 09:27:56 +0000 (10:27 +0100)
This leads to a Makfile syntax error in the prerequisites for
bin/smbd. Wow, irix is really picky!

Michael

source/Makefile.in

index 5c0b73a69427de99dcab569560fe082ddcc7cf35..dce448d1357200dd16dfee967560f567762b1751 100644 (file)
@@ -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@