tool install should not be dependent on $(BUILD_LDBM)

This commit is contained in:
Kurt Zeilenga 2002-02-25 16:57:29 +00:00
parent d6c3ccadc4
commit 5d347b6153

View file

@ -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 \