From 1f9a5d348b6cf8b0fea8ded46c60eea5d1936437 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 1 Aug 2005 14:52:37 +0000 Subject: [PATCH] Fixed the build without make depend. --- dlls/mshtml/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in index 11977afb49a..12f6f37d731 100644 --- a/dlls/mshtml/Makefile.in +++ b/dlls/mshtml/Makefile.in @@ -30,3 +30,6 @@ SUBDIRS = tests rsrc.res: mshtml.inf blank.htm ### Dependencies: + +# note: this will get overwritten by make depend +$(ALL_OBJS): $(IDL_SRCS:.idl=.h)