search for: e5a28d70c555

Displaying 1 result from an estimated 1 matches for "e5a28d70c555".

2019 Sep 20
1
[PATCH] build: Move po subdir after everything else except po-docs
...Not sure why it happens, but it only makes sense that the directory that uses files from other directories (which might be generated) is used after all the code ones. Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1cc21961ae89..e5a28d70c555 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ endif SUBDIRS += common/errnostring common/protocol common/qemuopts SUBDIRS += common/utils SUBDIRS += common/structs -SUBDIRS += lib docs examples po +SUBDIRS += lib docs examples # The daemon and the appliance. SUBDIRS += common/...