From 860c84beeb8adf91bcbd3be2ec25c05e98c420e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vincent=20B=C3=A9ron?= Date: Tue, 8 Feb 2005 12:13:10 +0000 Subject: [PATCH] Make tlb generation from idl files dependent on widl. --- Make.rules.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Make.rules.in b/Make.rules.in index 230bd69eb35..b8667e32bdb 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -271,6 +271,8 @@ $(MC_SRCS:.mc=.mc.rc): $(WMC) $(IDL_SRCS:.idl=.h): $(WIDL) +$(RC_TLB:.idl=.tlb): $(WIDL) + $(SUBDIRS): dummy @cd $@ && $(MAKE) -- 2.11.4.GIT