From b2647a713a4adc25cfbcb42dbc031970f7aec2e7 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 9 Aug 1999 23:01:31 +0000 Subject: [PATCH] Fix build dependencies. Last try was not parallel-safe. --- servers/slapd/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5