From 16e98957e74fc6ebdcd3739eaedd96a67e58bcea Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 23 Oct 2007 23:25:37 +0000 Subject: [PATCH] Makefile updates --- CHANGES | 1 + servers/slapd/back-hdb/Makefile.in | 2 +- servers/slapd/overlays/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e50a7453df..5bc91014de 100644 --- a/CHANGES +++ b/CHANGES @@ -41,6 +41,7 @@ OpenLDAP 2.4.6 Engineering Build Environment Use separate config OID arc for contrib (ITS#5158) Updated contrib/ldapc++ build enviroment + Updated Makefiles Documentation Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134) slapadd/slapindex note about file ownership (ITS#5166) diff --git a/servers/slapd/back-hdb/Makefile.in b/servers/slapd/back-hdb/Makefile.in index 31e2e50caf..a2c1b18b56 100644 --- a/servers/slapd/back-hdb/Makefile.in +++ b/servers/slapd/back-hdb/Makefile.in @@ -59,7 +59,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 3321f968a4..8e0af0e809 100644 --- a/servers/slapd/overlays/Makefile.in +++ b/servers/slapd/overlays/Makefile.in @@ -132,7 +132,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; \ -- 2.39.5