From: Howard Chu Date: Mon, 9 Aug 1999 23:01:31 +0000 (+0000) Subject: Fix build dependencies. Last try was not parallel-safe. X-Git-Tag: TWEB_OL_BASE~239 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b2647a713a4adc25cfbcb42dbc031970f7aec2e7;p=openldap Fix build dependencies. Last try was not parallel-safe. --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 98c2a6c253..05744d04ca 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -39,7 +39,7 @@ XXXLIBS = $(LTHREAD_LIBS) $(MODULES_LIBS) BUILD_OPT = "--enable-slapd" BUILD_SRV = @BUILD_SLAPD@ -all-local-srv: backendslib all-cffiles +all-local-srv: all-cffiles slapd: libbackends.a version.o $(LTLINK) -o $@ $(OBJS) version.o $(LIBS) @@ -48,7 +48,7 @@ slapd: libbackends.a version.o sslapd: version.o $(LTLINK) -static -o $@ $(OBJS) version.o $(LIBS) -backendslib: FORCE +.backend: FORCE @for i in back-*; do \ if [ -d $$i ]; then \ echo " "; echo " cd $$i; $(MAKE) $(MFLAGS) all"; \ @@ -57,8 +57,6 @@ backendslib: FORCE done; \ echo " " -.backend: - libbackends.a: .backend @$(RM) -r tmp @$(MKDIR) tmp