ATL: fix dependencies

Mike McCormack mike at codeweavers.com
Thu Mar 17 06:41:19 CST 2005


ChangeLog:
* fix dependencies

-------------- next part --------------
Index: dlls/atl/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/atl/Makefile.in,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile.in
--- dlls/atl/Makefile.in	16 Mar 2005 19:53:41 -0000	1.4
+++ dlls/atl/Makefile.in	17 Mar 2005 12:40:19 -0000
@@ -15,8 +15,11 @@ RC_SRCS = rsrc.rc
 IDL_SRCS = \
 	atliface.idl
 
-rsrc.res: atl.rgs
-
 @MAKE_DLL_RULES@
 
+rsrc.res: atl.rgs
+
 ### Dependencies:
+
+# note: this will get overwritten by make depend
+$(ALL_OBJS): $(IDL_SRCS:.idl=.h)


More information about the wine-patches mailing list