Alexandre Julliard : makefiles: Fix typo in documentation rules generation.

Alexandre Julliard julliard at winehq.org
Mon Mar 5 16:14:30 CST 2018


Module: wine
Branch: master
Commit: 84ddddfffb41029b2b5b0d10d6e57fddee834297
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=84ddddfffb41029b2b5b0d10d6e57fddee834297

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Mar  4 10:45:39 2018 +0100

makefiles: Fix typo in documentation rules generation.

Signed-off-by: Alexandre Julliard <julliard at 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 at cd %s && $(MAKE) $@\n", subdir );




More information about the wine-cvs mailing list