From: Quanah Gibson-Mount Date: Tue, 23 Oct 2007 23:21:38 +0000 (+0000) Subject: Makefile fixes X-Git-Tag: OPENLDAP_REL_ENG_2_3_39~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2dfcf34f23eb716788e73474a0721514ea1d162;p=thirdparty%2Fopenldap.git Makefile fixes --- diff --git a/CHANGES b/CHANGES index 964de1d558..8f7ccffeb9 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,7 @@ OpenLDAP 2.3.39 Engineering Fixed libldap ppolicy control creation (ITS#5103) Build Environment Fixed termios macro check (ITS#4880) + Updated Makefiles Documentation Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134) Added slapd-sql(5) empty oc mapping workaround (ITS#4785) diff --git a/servers/slapd/back-hdb/Makefile.in b/servers/slapd/back-hdb/Makefile.in index 2b17b963a4..6c8d703221 100644 --- a/servers/slapd/back-hdb/Makefile.in +++ b/servers/slapd/back-hdb/Makefile.in @@ -57,7 +57,7 @@ LIBBASE = back_hdb XINCPATH = -I.. -I$(srcdir)/.. -I$(srcdir) -I$(XXDIR) XDEFS = $(MODULES_CPPFLAGS) -depend-common: .links +depend-local-lib: .links all-local-lib: ../.backend diff --git a/servers/slapd/overlays/Makefile.in b/servers/slapd/overlays/Makefile.in index fd3218b8ab..1cea6bc3b9 100644 --- a/servers/slapd/overlays/Makefile.in +++ b/servers/slapd/overlays/Makefile.in @@ -124,7 +124,7 @@ $(LIBRARY): $(OBJS) version.lo $(AR) rs $@ $(OBJS) # Must fixup depends for non-libtool objects -depend-local: +depend-local: depend-common @if test -n "$(OBJS)"; then \ OBJ2=`echo $(OBJS) $(OBJDEP) | $(SED) -e 's/\.o//g'`; \ SCR=''; for i in $$OBJ2; do SCR="$$SCR -e s/^$$i.lo:/$$i.o:/"; done; \