Message-ID: <3630D15E.9D61688E@montana.com> Date: Fri, 23 Oct 1998 12:56:30 -0600 From: bowman X-Mailer: Mozilla 4.5b2 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Recursive make: portable technique? References: <3630B281 DOT 70F15E73 AT montana DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > > Is there a reason why you don't want to do "$(MAKE) -C new_dir"? Thanks, all, for pointing this construct out to me. It plays well under both command.com and bash,so I can get by with one set of makefile and makefile.in 's for both conditions.