]> git.sur5r.net Git - openldap/commitdiff
QUIPU cleaning removed necessary tool install logic
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 12 Jul 2000 19:59:58 +0000 (19:59 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 12 Jul 2000 19:59:58 +0000 (19:59 +0000)
servers/slapd/tools/Makefile.in

index fad33e3883ba94c7d79d9f04a3715ed764895245..96e950326755c21fd116037347591b6113146fbd 100644 (file)
@@ -75,3 +75,16 @@ clean-local: FORCE
 
 depend-local: FORCE
        $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
+
+install-local: install-ldbm-$(BUILD_LDBM) \
+       install-quipu-$(BUILD_QUIPU)
+
+install-ldbm-no:
+
+install-ldbm-yes install-ldbm-mod: FORCE
+       -$(MKDIR) $(DESTDIR)$(sbindir)
+       @for bin in $(PROGRAMS); do \
+               $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \
+                       $$bin$(EXEEXT) $(DESTDIR)$(sbindir); \
+       done
+