mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
QUIPU cleaning removed necessary tool install logic
This commit is contained in:
parent
5c95476d24
commit
e1b50dbf56
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue