Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!cbmvax!peter From: peter@cbmvax.commodore.com (Peter Cherna) Newsgroups: comp.sys.amiga.tech Subject: Re: SAS/C lmk program Message-ID: <17073@cbmvax.commodore.com> Date: 3 Jan 91 17:20:12 GMT References: <1991Jan3.010023.9677@nntp-server.caltech.edu> Reply-To: peter@cbmvax.commodore.com (Peter Cherna) Organization: Commodore, West Chester, PA Lines: 13 ben@epmooch.UUCP (Rev. Ben A. Mesander) writes: >I have a target in a makefile like this: >clean: > delete #?.o tecoc Use the backslash to escape the '#' character. Try: delete \#?.o tecoc Peter