Get wine.xs from the source directory

Francois Gouget fgouget at codeweavers.com
Mon Mar 18 14:05:35 CST 2002


Changelog:

   François Gouget <fgouget at codeweavers.com>

 * programs/winetest/Makefile.in

   Get wine.xs from the source directory


-- 
François Gouget
fgouget at codeweavers.com
-------------- next part --------------
Index: programs/winetest/Makefile.in
===================================================================
RCS file: /home/wine/wine/programs/winetest/Makefile.in,v
retrieving revision 1.5
diff -u -r1.5 Makefile.in
--- programs/winetest/Makefile.in	14 Jan 2002 20:00:32 -0000	1.5
+++ programs/winetest/Makefile.in	18 Mar 2002 18:34:36 -0000
@@ -19,7 +19,7 @@
 
 @MAKE_PROG_RULES@
 
-wine.c: wine.xs
+wine.c: $(SRCDIR)/wine.xs
 	perl $(XSUBPPDIR)/xsubpp -typemap $(XSUBPPDIR)/typemap $(SRCDIR)/wine.xs >wine.c || $(RM) wine.c
 
 install::


More information about the wine-patches mailing list