Date: Sun, 2 Jun 1996 08:57:49 +0200 (IST) From: Eli Zaretskii To: "Timothy A. Musson" Cc: djgpp AT delorie DOT com Subject: Re: Redef. of target error In-Reply-To: <199605310139.VAA16482@caleb.INS.CWRU.Edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 30 May 1996, Timothy A. Musson wrote: > Problem: djgpp gives the following error when compiling, but works > just fine on two similar systems: > > Make version 3.6 (Borland) > error makefile 32: Redefinition of target 'depend.txt' > error makefile 32: Command syntax error > Available memory 428864 bytes This seems to me as an error message from Make, not from DJGPP. You invoke Borland Make instead of DJGPP Make, and Borland Make doesn't know about the syntax of include directive that DJGPP Make uses. Please put the DJGPP bin directory *before* the Borland's on your PATH.