> Date: Mon, 10 Oct 2005 02:26:33 +0200 > From: Tobias Herzke <[EMAIL PROTECTED]> > > I am trying to use make-3.80 built for msys (config patch and make.exe > binary here: http://visual-mingw.sourceforge.net/zip/make-3.80/msys/ ) > with a Makfile that includes dependencies containing drive letters and > colons, but I get the "multiple target patterns" error message from > make.
I think you need to take this up with MSYS developers, because the latest code in make-3.81beta3, when built with the MinGW port of GCC, does work correctly with your example Makefile. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
