Module: wine Branch: master Commit: 84ddddfffb41029b2b5b0d10d6e57fddee834297 URL: https://source.winehq.org/git/wine.git/?a=commit;h=84ddddfffb41029b2b5b0d10d...
Author: Alexandre Julliard julliard@winehq.org Date: Sun Mar 4 10:45:39 2018 +0100
makefiles: Fix typo in documentation rules generation.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/makedep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/makedep.c b/tools/makedep.c index caaa50f..457dcd0 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 );