From 84ddddfffb41029b2b5b0d10d6e57fddee834297 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 4 Mar 2018 10:45:39 +0100 Subject: [PATCH] makefiles: Fix typo in documentation rules generation. Signed-off-by: Alexandre Julliard --- tools/makedep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/makedep.c b/tools/makedep.c index caaa50f3e63..457dcd0b72d 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -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 ); -- 2.11.4.GIT