Skip to content
Snippets Groups Projects
Commit 16e98957 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Makefile updates

parent e03eb0e2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
......@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment