> Date: Wed, 16 Sep 2009 08:42:28 +0100
> From: OldGrantonian <oldgranton...@googlemail.com>
> 
> The following makefile command does not work:
> 
> cd mnemosyne/pyqt_ui ; make
> 
> If I run the makefile to the previously executed command, then manually do:
> 
> cd mnemosyne/pyqt_ui
> make
> 
> then the commands work correctly.

As Greg points out, ";" does not do on Windows what you think it
does.  Try using "&" instead, or install a port of a Unix shell sh.exe
somewhere on your PATH.


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to