From: "Campbell, Rolf [SKY:1V45:EXCH]" Newsgroups: comp.os.msdos.djgpp Subject: "#" in makefile variable Date: Fri, 11 Jun 1999 13:35:13 -0400 Organization: Nortel Networks Lines: 12 Message-ID: <376148D1.689CB9E6@americasm01.nt.com> NNTP-Posting-Host: bmerhc00.ca.nortel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.06 [en] (X11; I; HP-UX B.10.20 9000/712) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Does anyone know how I can get "#" in makefile variable? Like: TST=-W -Wall -DINTERFACE=#define gcc ... $(TST) Right now, I think it is being interpreted as the beginning of a comment. The above sets $(TST) as "-W -Wall -DINTERFACE=". -- -Endlisnis