mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: move libtdb target further down following common schema like with libtalloc
Michael
(This used to be commit f94b07f0c5
)
This commit is contained in:
parent
c1dcbf9da4
commit
162f9619f4
@ -1646,8 +1646,6 @@ LIBTDB=$(LIBTDB_STATIC_TARGET) @LIBTDB_SHARED@
|
||||
LIBTDB_SYMS=$(srcdir)/exports/libtdb.@SYMSEXT@
|
||||
LIBTDB_HEADERS=$(srcdir)/@tdbdir@/include/tdb.h
|
||||
|
||||
libtdb: $(LIBTDB)
|
||||
|
||||
$(LIBTDB_SYMS): $(LIBTDB_HEADERS)
|
||||
@$(MKSYMS_SH) $(AWK) $@ $(LIBTDB_HEADERS)
|
||||
|
||||
@ -1664,6 +1662,8 @@ $(LIBTDB_STATIC_TARGET): $(BINARY_PREREQS) $(LIBTDB_OBJ0)
|
||||
@echo Linking non-shared library $@
|
||||
@-$(AR) -rc $@ $(LIBTDB_OBJ0)
|
||||
|
||||
libtdb: $(LIBTDB)
|
||||
|
||||
cleanlibtdb::
|
||||
-rm -f \
|
||||
$(LIBTDB_SYMS) \
|
||||
|
Loading…
Reference in New Issue
Block a user