Date: Sun, 13 Jun 1999 11:36:35 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Campbell, Rolf [SKY:1V45:EXCH]" cc: djgpp AT delorie DOT com Subject: Re: "#" in makefile variable In-Reply-To: <376148D1.689CB9E6@americasm01.nt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 11 Jun 1999, Campbell, Rolf [SKY:1V45:EXCH] wrote: > Does anyone know how I can get "#" in makefile variable? The usual way to solve such problems with Make is to define a variable whose value is "#", like this: hash=# and then use it like this: TST=-W -Wall -DINTERFACE=$(hash)define