mirror of https://github.com/odrling/Aegisub
Make automation depend on libaegisub
This commit is contained in:
parent
05baa4b0e4
commit
e033078488
|
@ -132,6 +132,7 @@ $(SUBDIRS):
|
|||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
# Set relations to ensure dependencies are built before their targets during parallel builds.
|
||||
automation: libaegisub
|
||||
src: universalchardet tools libaegisub
|
||||
tests: libaegisub
|
||||
reporter: src
|
||||
|
|
Loading…
Reference in New Issue