]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
Reverted d592417ec815 which added unnecessary code to Makefiles.
authorTimo Sirainen <tss@iki.fi>
Fri, 15 May 2015 09:48:07 +0000 (12:48 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 15 May 2015 09:48:07 +0000 (12:48 +0300)
commita5563dc790a44bb58860d74479a24349f593d68f
treec79b9e3117ebbb286ca2259ed50667a6c007e078
parent06d1238dd2a6b87af5ad1fad53d7b9b74ad93bfa
Reverted d592417ec815 which added unnecessary code to Makefiles.
The original problem it tried to solve was properly fixed by 46969c4cc57e.
make will actually wait for processes to finish creating files before it
continues to the next program that wants to access the file. As long as the
dependencies are correct.
src/config/Makefile.am
src/lib-dict/Makefile.am
src/lib-fts/Makefile.am
src/lib-sql/Makefile.am
src/lib-storage/register/Makefile.am
src/lib/Makefile.am
src/plugins/quota/Makefile.am