From 38953e2f2cf48cbf8cfa5f73ba1785a364e22839 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 20 Oct 2007 04:29:11 +0000 Subject: [PATCH] Fix depend dependency for parallel make --- servers/slapd/overlays/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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