Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!jarthur!nntp-server.caltech.edu!tll From: tll@nntp-server.caltech.edu (Tal Lewis Lancaster) Newsgroups: comp.sys.amiga.tech Subject: Re: SAS/C lmk program Message-ID: <1991Jan3.010023.9677@nntp-server.caltech.edu> Date: 3 Jan 91 01:00:23 GMT References: Organization: California Institute of Technology, Pasadena Lines: 19 ben@epmooch.UUCP (Rev. Ben A. Mesander) writes: >I have a target in a makefile like this: >clean: > delete #?.o tecoc >How do I escape the '#' character, so lmk does not eat the rest of the >line as a comment? > No, I can't do a >delete $(OFILES) or anything like that; there are 123 object modules; >they overflow an Amiga command line. Any ideas? Have you considered executing a script to to the removing? Not very elegant, but it works. Tal.