mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix install rule
This commit is contained in:
parent
e9133952fb
commit
3b0b66de10
@ -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 New Issue
Block a user