Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!VIVALDI.BERKELEY.EDU!whitcomb From: whitcomb@VIVALDI.BERKELEY.EDU (Gregg Whitcomb) Newsgroups: gnu.utils.bug Subject: make 3.58 bug Message-ID: <9002221907.AA07652@vivaldi.Berkeley.EDU> Date: 22 Feb 90 19:07:47 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 45 dependency files created during a make are not searched for using VPATH when used by other target files. example: two subdirectories were created. "obj" for object files and "src" for the source file. --------------------------- contents: src: target.x obj: here's the makefile: --------------------------- % more tmakefile VPATH = ../src target: target.c target.c: target.x cp $(