From 377efe07216ae5fa787d025d993ef852675852f3 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Tue, 26 Dec 2017 19:50:27 -0700 Subject: [PATCH] fix plugin mkdir race --- cinelerra-5.1/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index 07abd5f1..a492ca86 100644 --- a/cinelerra-5.1/plugins/Makefile +++ b/cinelerra-5.1/plugins/Makefile @@ -181,7 +181,7 @@ $(LADSPA_DIR): # parallel compilation of all directories .PHONY: $(DIRS) -$(DIRS): $(PLUGIN_DIR) +$(DIRS): $(MAKE) -C $@ clean: -- 2.26.2