Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!swrinde!cs.utexas.edu!helios!auvnele From: auvnele@auvc7.tamu.edu (Eric L. Nelson) Newsgroups: comp.unix.aix Subject: Re: sccs & make Message-ID: Date: 7 May 91 15:36:21 GMT References: Sender: usenet@helios.TAMU.EDU Organization: Computer Science, Texas A&M University Lines: 14 In-reply-to: looi@sutro.SFSU.EDU's message of 7 May 91 00:30:19 GMT I found the same problem....and after reading info again, I realized that it never mentions the SCCS directory, it only says that it knows about s. files....so....I cd'ed into SCCS and entered make foo and it worked, at least it did the following: sccs get Makefile sccs get foo.c cc -o foo foo.c. rm foo.c rm Makefile foo then exists in the SCCS directory which is rather useless? Eric Nelson