]> git.sur5r.net Git - openldap/commitdiff
Fix depend dependency for parallel make
authorHoward Chu <hyc@openldap.org>
Sat, 20 Oct 2007 04:29:11 +0000 (04:29 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 20 Oct 2007 04:29:11 +0000 (04:29 +0000)
servers/slapd/overlays/Makefile.in

index 3321f968a46ca270f4465cd2df6b5b5483be5f16..8e0af0e8093f9d0cf797083ce9b6b10c5309dfad 100644 (file)
@@ -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; \