mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
build: move libtdb target further down following common schema like with libtalloc
Michael
This commit is contained in:
parent
21b6164795
commit
f94b07f0c5
@ -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