Date: Wed, 28 Aug 1996 11:35:48 +0200 (METDST) From: Robert Hoehne To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: Port of Make 3.74 to DJGPP In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 27 Aug 1996, Eli Zaretskii wrote: > Does Make on Unix support such a facility? Yes. > > OBJECT_FILES=$(shell "cat ofile") > > Is this good enough for what you want? > I never tried this. But if it works, this is what I want. I thought, I know most of the things, which make can do, but nobody is perfect. Robert