X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 01 May 2002 19:24:07 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: bstark AT protechpts DOT com (Bob Stark) Message-Id: <2427-Wed01May2002192406+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (bstark AT protechpts DOT com) Subject: Re: How do you pass double quotes to a program via gnu make? References: 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 > From: bstark AT protechpts DOT com (Bob Stark) > Newsgroups: comp.os.msdos.djgpp > Date: 1 May 2002 03:52:50 -0700 > > > > -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. In addition to what I asked, I'd suggest to try -printer='"Acrobat Distiller"' and -printer="\"Acrobat Distiller\"" (if you haven't already).