mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 00:45:01 -05:00
tool install should not be dependent on $(BUILD_LDBM)
This commit is contained in:
parent
d6c3ccadc4
commit
5d347b6153
1 changed files with 1 additions and 6 deletions
|
|
@ -15,7 +15,6 @@
|
|||
# Stand alone LDAP server tools makefile
|
||||
#
|
||||
#-----------------------------------------------------------------------------
|
||||
BUILD_LDBM = @BUILD_LDBM@
|
||||
|
||||
LDAP_INCDIR= ../../../include
|
||||
LDAP_LIBDIR= ../../../libraries
|
||||
|
|
@ -73,11 +72,7 @@ clean-local: FORCE
|
|||
depend-local: FORCE
|
||||
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
|
||||
|
||||
install-local: install-ldbm-$(BUILD_LDBM)
|
||||
|
||||
install-ldbm-no:
|
||||
|
||||
install-ldbm-yes install-ldbm-mod: FORCE
|
||||
install-local: FORCE
|
||||
-$(MKDIR) $(DESTDIR)$(sbindir)
|
||||
@for bin in $(PROGRAMS); do \
|
||||
$(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue