]> git.sur5r.net Git - openldap/commitdiff
tool install should not be dependent on $(BUILD_LDBM)
authorKurt Zeilenga <kurt@openldap.org>
Mon, 25 Feb 2002 16:57:29 +0000 (16:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 25 Feb 2002 16:57:29 +0000 (16:57 +0000)
servers/slapd/tools/Makefile.in

index 2377a39ca151bba5bc00d153725ddc279b4a6a63..6310473b83c2d436e28b0d388e262423d64ff7eb 100644 (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 \