From 5d347b61533b3bf01ab6512827d1b016c9c49692 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 25 Feb 2002 16:57:29 +0000 Subject: [PATCH] tool install should not be dependent on $(BUILD_LDBM) --- servers/slapd/tools/Makefile.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 \ -- 2.39.5