From 7b077dfac4ddf2bdb9bbbcd66bc89a66ffbf7cf8 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 28 Jun 2005 19:38:55 +0000 Subject: [PATCH] Run make clean in the winapi subdir too. --- tools/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.in b/tools/Makefile.in index 74d2dc88de..5e440429fd 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -24,7 +24,7 @@ C_SRCS = \ makedep.c \ sfnt2fnt.c \ -SUBDIRS = \ +INSTALLSUBDIRS = \ widl \ winebuild \ winedump \ @@ -32,7 +32,9 @@ SUBDIRS = \ wmc \ wrc -INSTALLSUBDIRS = $(SUBDIRS) +SUBDIRS = \ + $(INSTALLSUBDIRS) \ + winapi UPDATE_DESKTOP_DATABASE = update-desktop-database