From: Kurt Zeilenga Date: Mon, 25 Feb 2002 16:57:29 +0000 (+0000) Subject: tool install should not be dependent on $(BUILD_LDBM) X-Git-Tag: OPENLDAP_REL_ENG_2_MP~391 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d347b61533b3bf01ab6512827d1b016c9c49692;p=openldap tool install should not be dependent on $(BUILD_LDBM) --- diff --git a/servers/slapd/tools/Makefile.in b/servers/slapd/tools/Makefile.in index 2377a39ca1..6310473b83 100644 --- a/servers/slapd/tools/Makefile.in +++ b/servers/slapd/tools/Makefile.in @@ -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 \