From: Ralf Haferkamp Date: Thu, 29 Apr 2010 11:28:13 +0000 (+0000) Subject: Different fix for make -j builds. The previous one caused recompiles X-Git-Tag: MIGRATION_CVS2GIT~599 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=17d61f6e6a9366da8500402b2113aca7e90c6165;p=openldap Different fix for make -j builds. The previous one caused recompiles of fetch.c and ldif.c with every make run. --- diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index af26a88121..1f4e0fbdff 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -71,7 +71,7 @@ all-local: $(SHAREDLIB) .c.lo: $(LTCOMPILE_LIB) $< -$(SHAREDLIBOBJS) verion.lo: $(LIBRARY) +$(LIBRARY): $(SHAREDLIBOBJS) version.lo $(SHAREDLIB): $(SHAREDLIBOBJS) version.lo $(LTLINK_LIB) -o $(SHAREDLIB) $(SHAREDLIBOBJS) version.lo $(LINK_LIBS)