makefiles: Fix typo in documentation rules generation.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2018-03-04 10:45:39 +01:00
parent f17120d11b
commit 84ddddfffb
1 changed files with 1 additions and 1 deletions

View File

@ -3484,7 +3484,7 @@ static void output_subdirs( struct makefile *make )
if (!submake->staticlib)
{
strarray_add( &builddeps_deps, subdir );
if (!make->appmode.count)
if (!submake->appmode.count)
{
output( "manpages htmlpages sgmlpages xmlpages::\n" );
output( "\t@cd %s && $(MAKE) $@\n", subdir );