From: jont@harlequin.co.uk (Jon Thackray)
Subject: beta-16 make problems
2 Dec 1996 12:31:40 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <8157.9612021516.cygnus.gnu-win32@dedekind.cam.harlequin.co.uk>
Original-To: gnu-win32@cygnus.com
Content-Length: 404
Original-Sender: owner-gnu-win32@cygnus.com

I seem to have great difficult getting double quote " into arguments
to programs run by make. If I want to do something like

	foo "abc"

in order to make some target, I seem to need to do

	foo \"abc\\\"

This seems to be a bug. If I try to combine the use of quotes with
file redirection or pipes seem to get dumped into an interactive
shell, and when I exit that the command required isn't performed.
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
