]> git.sur5r.net Git - openldap/commitdiff
Fix make install when build dir is not main ldap dir.
authorMark Valence <mrv@openldap.org>
Sat, 10 Jun 2000 02:06:27 +0000 (02:06 +0000)
committerMark Valence <mrv@openldap.org>
Sat, 10 Jun 2000 02:06:27 +0000 (02:06 +0000)
servers/slapd/Makefile.in

index 4fd313999c86166dc6226c9fbe06539bd026bc10..542f72c3bb5a98833586b2cbe80cc0dcc3535a75 100644 (file)
@@ -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