From: Ben Collins Date: Tue, 4 May 1999 12:39:12 +0000 (+0000) Subject: Install man page from 26797srcdir in case building from a seperate builddir X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~81 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b882fd8ca9e7f54b678259db6008d801b1384816;p=openldap Install man page from 26797srcdir in case building from a seperate builddir --- diff --git a/contrib/saucer/Makefile.in b/contrib/saucer/Makefile.in index e15d9db6ce..5a74d5cb99 100644 --- a/contrib/saucer/Makefile.in +++ b/contrib/saucer/Makefile.in @@ -20,4 +20,4 @@ install-local: $(PROGRAMS) FORCE -$(MKDIR) $(bindir) $(LTINSTALL) $(INSTALLFLAGS) -m 755 saucer $(bindir) -test -d $(MANDIR) || $(MKDIR) $(mandir) $(MANDIR) - $(INSTALL) $(INSTALLFLAGS) -m 644 saucer.1 $(MANDIR)/saucer.1 + $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/saucer.1 $(MANDIR)/saucer.1