X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Tue, 18 Jun 2002 07:38:42 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: automake 1.5, bison 1.35 and Fileutils 4.1 - y_tab.c vs. y.tab.c Message-ID: <20020618123842.GA28091@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3D060D90 DOT 71227138 AT phekda DOT freeserve DOT co DOT uk> <20020617143234 DOT GA27267 AT kendall DOT sfbr DOT org> <3D0E45A1 DOT C2941FB7 AT phekda DOT freeserve DOT co DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D0E45A1.C2941FB7@phekda.freeserve.co.uk> User-Agent: Mutt/1.3.27i Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: The problem with that is that the DJGPP ports of bison 1.28 and later will -: generate y.tab.c if long filenames are available, otherwise y_tab.c. In both -: these cases COMSPEC should be set, so this Makefile fragment is broken. Thanks for pointing that out---you are absolutely correct. Of course, it has worked for me in the past because I am exclusively in DOS 5.0 or Solaris. I've now implemented Eli's suggestion (elsewhere in this thread).