]> git.sur5r.net Git - openldap/commitdiff
Makefile fixes
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 23 Oct 2007 23:21:38 +0000 (23:21 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 23 Oct 2007 23:21:38 +0000 (23:21 +0000)
CHANGES
servers/slapd/back-hdb/Makefile.in
servers/slapd/overlays/Makefile.in

diff --git a/CHANGES b/CHANGES
index 964de1d5589de3bd67d226decb49e3f9d9daffee..8f7ccffeb9cdd82ec11861d4cb3a44f50ee322da 100644 (file)
--- 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)
index 2b17b963a467e3a947159234fb57324fb793bbd0..6c8d703221648b87997ccce23f04d4a3a99bfd57 100644 (file)
@@ -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
 
index fd3218b8abdfd7a2974d861840e3902fa5e1be47..1cea6bc3b9e290b2c7213f23ec53fd6878124c88 100644 (file)
@@ -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; \