From: Mark Valence Date: Sat, 10 Jun 2000 02:06:27 +0000 (+0000) Subject: Fix make install when build dir is not main ldap dir. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2675 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b55346e3f38ef5a6da1d7bf842c6dfbe70a46382;p=openldap Fix make install when build dir is not main ldap dir. --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 4fd313999c..542f72c3bb 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -247,7 +247,7 @@ all-cffiles: slapd $(SED) -e 's;%SYSCONFDIR%;$(sysconfdir);' \ -e 's;%LOCALSTATEDIR%;$(localstatedir);' \ -e 's;%MODULEDIR%;$(moduledir);' \ - slapd.conf > slapd.conf.tmp ; \ + $(srcdir)/slapd.conf > slapd.conf.tmp ; \ touch all-cffiles install-schema: FORCE