Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!daemon From: looi@sutro.SFSU.EDU Newsgroups: comp.unix.aix Subject: sccs & make Message-ID: Date: 7 May 91 00:30:19 GMT Sender: daemon@linac.fnal.gov (The Background Man) Organization: Fermilab, Batavia, IL Lines: 15 Nntp-Posting-Host: sutro.sfsu.edu If you have a source file "mod.c" in SCCS, how does the makefile know where to find it. Do you have to make a special notation in the makefile to let the makefile know where to find the mod.c source file for compilation purposes? Example: dummy: $ try try: mod.o cc try.c -o try mod.o: cc -c mod.c When I run this makefile I get: xlc: 1501-228 input file mod.c not found.