projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c0b12
)
fix plugin mkdir race
author
Good Guy
<good1.2guy@gmail.com>
Wed, 27 Dec 2017 02:50:27 +0000
(19:50 -0700)
committer
Good Guy
<good1.2guy@gmail.com>
Wed, 27 Dec 2017 02:50:27 +0000
(19:50 -0700)
cinelerra-5.1/plugins/Makefile
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/plugins/Makefile
b/cinelerra-5.1/plugins/Makefile
index 07abd5f1106dcbf2e69a40d5dafd6eaf4c8c1e27..a492ca869a08c377fa3215bd1ac151737beeb85c 100644
(file)
--- 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: