winemaker fix

Francois Gouget fgouget at free.fr
Tue Nov 18 09:59:05 CST 2003


Changelog:

 * tools/winemaker

   Fix the generation of wineapploader in sub directories


Index: tools/winemaker
===================================================================
RCS file: /home/cvs/wine/tools/winemaker,v
retrieving revision 1.67
diff -u -r1.67 winemaker
--- tools/winemaker	28 Oct 2003 21:13:54 -0000	1.67
+++ tools/winemaker	15 Nov 2003 15:58:12 -0000
@@ -1941,7 +1941,7 @@
       }
       print FILEO " \$(LDDLLFLAGS) -o \$\@ \$(${canon}_OBJS) \$(${canon}_MODULE).dbg.o \$(${canon}_MODULE).spec.o \$(${canon}_LIBRARY_PATH) \$(ALL_LIBRARY_PATH) $all_libs \$(LIBS)\n";
       if (@$target[$T_TYPE] != $TT_DLL) {
-        print FILEO "\ttest -f \$(${canon}_BASEMODULE) || \$(INSTALL_SCRIPT) wineapploader \$(${canon}_BASEMODULE)\n";
+        print FILEO "\ttest -f \$(${canon}_BASEMODULE) || \$(INSTALL_SCRIPT) \$(TOPOBJDIR)/wineapploader \$(${canon}_BASEMODULE)\n";
       }
       print FILEO "\n\n";
     }



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
 The greatest programming project of all took six days; on the seventh day the
  programmer rested. We've been trying to debug the *&^%$#@ thing ever since.
                      Moral: design before you implement.



More information about the wine-patches mailing list