Add missing dependency

Dimitrie O. Paun dpaun at rogers.com
Fri Oct 3 01:38:04 CDT 2003


This one fell through the craks (even though my original
submission was more than dorky, but I just wanted to get
rid of it off of my HD. Thaks for the fixes).

ChangeLog
    display.rc includes oic_hand.ico, so the .res depends on it.

Index: dlls/user/Makefile.in
===================================================================
RCS file: /var/cvs/wine/dlls/user/Makefile.in,v
retrieving revision 1.74
diff -u -r1.74 Makefile.in
--- dlls/user/Makefile.in	3 Oct 2003 05:01:33 -0000	1.74
+++ dlls/user/Makefile.in	3 Oct 2003 06:32:26 -0000
@@ -183,7 +183,7 @@
 mouse.drv.spec.c: mouse.drv.spec resources/mouse.res
 	$(WINEBUILD) $(DEFS) $(DLLFLAGS) -o $@ --main-module $(MODULE) --res resources/mouse.res --spec $(SRCDIR)/mouse.drv.spec
 
-resources/display.res: resources/display.rc
+resources/display.res: resources/display.rc resources/oic_hand.ico
 	$(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/resources/display.rc
 
 resources/mouse.res: resources/mouse.rc


-- 
Dimi.




More information about the wine-patches mailing list