Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!rutgers!apple!uokmax!servalan!epmooch!ben From: ben@epmooch.UUCP (Rev. Ben A. Mesander) Newsgroups: comp.sys.amiga.tech Subject: SAS/C lmk program Summary: How do I escape a '#' char in a lmkfile? Message-ID: Date: 27 Dec 90 19:36:44 GMT Lines: 26 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? The manual says that the ~ character is the escape character, but clean: delete ~#?.o tecoc does not work either. I hate to have to put a dependency on ARP delete, i.e., clean: delete *.o tecoc in my makefile, since it is for public consumption. 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? -- | ben@epmooch.UUCP (Ben Mesander) | "Cash is more important than | | ben%servalan.UUCP@uokmax.ecn.uoknor.edu | your mother." - Al Shugart, | | !chinet!uokmax!servalan!epmooch!ben | CEO, Seagate Technologies |