winemaker fix

François Gouget fgouget at codeweavers.com
Wed Oct 10 17:38:32 CDT 2001


Changelog:

 * tools/winemaker
   Fix the .spec.c rule
   Fixes a problem with Solaris make

-- 
François Gouget
fgouget at codeweavers.com
-------------- next part --------------
Index: tools/winemaker
===================================================================
RCS file: /home/wine/wine/tools/winemaker,v
retrieving revision 1.33
diff -u -r1.33 winemaker
--- tools/winemaker	2001/10/08 20:30:18	1.33
+++ tools/winemaker	2001/10/10 03:58:23
@@ -1936,7 +1936,7 @@
       print FILEO "\t\$(LDCOMBINE) \$(${canon}_OBJS) -o \$\@\n";
       print FILEO "\t-\$(STRIP) \$(STRIPFLAGS) \$\@\n";
       print FILEO "\n";
-      print FILEO "\$(${canon}_SPEC_SRCS:.spec=.spec.c): \$(${canon}_SPEC_SRCS:.spec) \$(${canon}_SPEC_SRCS:.spec=.tmp.o) \$(${canon}_RC_SRCS:.rc=.res)\n";
+      print FILEO "\$(${canon}_SPEC_SRCS:.spec=.spec.c): \$(${canon}_SPEC_SRCS) \$(${canon}_SPEC_SRCS:.spec=.tmp.o) \$(${canon}_RC_SRCS:.rc=.res)\n";
       print FILEO "\t\$(LD_PATH) \$(WINEBUILD) -fPIC \$(${canon}_DLL_PATH) \$(WINE_DLL_PATH) -sym \$(${canon}_SPEC_SRCS:.spec=.tmp.o) -o \$\@ -spec \$(SRCDIR)/\$(${canon}_SPEC_SRCS)\n";
       print FILEO "\n";
       my $t_name=@$target[$T_NAME];


More information about the wine-patches mailing list