]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/Makefile.in
Happy new year! (belated)
[openldap] / servers / slapd / overlays / Makefile.in
index 3321f968a46ca270f4465cd2df6b5b5483be5f16..63249e38462ef6facf919140c687c3b8cb2751d8 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2003-2007 The OpenLDAP Foundation.
+## Copyright 2003-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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; \