X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 1 May 2002 15:02:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Bob Stark cc: djgpp AT delorie DOT com Subject: Re: How do you pass double quotes to a program via gnu make? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 1 May 2002, Bob Stark wrote: > > -printer=\"Acrobat Distiller\" > > The problem with that approach is that the back slashes are NOT > stripped off; the program receives exactly: > > -printer=\"Acrobat Distiller\" > > It cannot parse that syntax. I guess that program is not a DJGPP program, right? If so, this is a tough problem, due to incompatibilities in handling quotes between different programs. Can you post here the entire command line (or list of command lines, if the rule invokes more than one command) that needs to be run for this specific target? There's no general solution to this problem, but if you show the specifics, perhaps there's a solution for your specific case.