mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Fix install rule
This commit is contained in:
parent
e9133952fb
commit
3b0b66de10
1 changed files with 4 additions and 4 deletions
|
|
@ -43,10 +43,10 @@ rwm.la : rwm.lo $(@PLAT@_LINK_LIBS)
|
|||
$(LTLINK_MOD) -module -o $@ rwm.lo rwmconf.lo rwmdn.lo rwmmap.lo version.lo $(LINK_LIBS)
|
||||
|
||||
install-local: $(PROGRAMS)
|
||||
@-$(MKDIR) $(DESTDIR)$(moduledir)
|
||||
@for i in $? ; do \
|
||||
$(LTINSTALL) $(INSTALLFLAGS) -m 755 $$i $(DESTDIR)$(moduledir);\
|
||||
done
|
||||
@if test -n "$?" ; then \
|
||||
$(MKDIR) $(DESTDIR)$(moduledir); \
|
||||
$(LTINSTALL) $(INSTALLFLAGS) -m 755 $? $(DESTDIR)$(moduledir);\
|
||||
fi
|
||||
|
||||
MKDEPFLAG = -l
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue