Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpda!hpcupt1!vandys From: vandys@hpcupt1.HP.COM (Andrew Valencia(Seattle)) Newsgroups: comp.unix.wizards Subject: Nmake problem Message-ID: <5960013@hpcupt1.HP.COM> Date: 20 Apr 89 23:32:21 GMT Organization: Hewlett Packard, Cupertino Lines: 15 Hello. We're converting to nmake here and have one problem which I hope someone out there can answer. We're using a construct like: vmunix :: $(CSRC) but one of the files, for compatibility reasons, is named "debug.nms.c". Nmake appears to be stripping "debug." from the name because it believes that characters in that position are like the "s." prefix for SCCS, which have to go before you can build. But for us, they're needed. So how do I convince nmake to leave them alone? Thanks in advance, Andy Valencia ...!hplabs!hpisoa1!vandys