mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Fix Makefile.in: Install in bindir instead of libexecdir. Install manpage.
This commit is contained in:
parent
e2d90b3acb
commit
7645a4ec5f
@ -11,9 +11,13 @@ READLINE_LIBS = @READLINE_LIBS@
|
||||
XLIBS = -lldap -llber -llutil
|
||||
XXLIBS = $(KRB_LIBS) $(LUTIL_LIBS) $(READLINE_LIBS) $(TERMCAP_LIBS)
|
||||
|
||||
MANDIR=$(mandir)/man1
|
||||
|
||||
saucer: ${OBJS} $(LDAP_LIBDEPEND)
|
||||
$(LTLINK) -o $@ $(OBJS) $(LIBS)
|
||||
|
||||
install-local: $(PROGRAMS) FORCE
|
||||
-$(MKDIR) $(libexecdir)
|
||||
$(LTINSTALL) $(INSTALLFLAGS) -m 755 saucer $(libexecdir)
|
||||
-$(MKDIR) $(bindir)
|
||||
$(LTINSTALL) $(INSTALLFLAGS) -m 755 saucer $(bindir)
|
||||
-test -d $(MANDIR) || $(MKDIR) $(mandir) $(MANDIR)
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 644 saucer.1 $(MANDIR)/saucer.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user