X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 30 Apr 2002 19:27:56 +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 30 Apr 2002, Bob Stark wrote: > I am setting up gnu make to publish some files on Windows NT. One of > the commands that I run needs to be passed a parameter in the form: > -printer="Acrobat Distiller" > > This works fine with GNU Make version 3.76.1 > > However, with the more recent GNU Make version 3.79.1, the double > quotes are stripped off before they are passed to the executable. That's intended. Try -printer=\"Acrobat Distiller\"