From b55346e3f38ef5a6da1d7bf842c6dfbe70a46382 Mon Sep 17 00:00:00 2001 From: Mark Valence Date: Sat, 10 Jun 2000 02:06:27 +0000 Subject: [PATCH] Fix make install when build dir is not main ldap dir. --- servers/slapd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5