From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lib-src/makefile.w32-in,v Date: Mon, 27 Nov 2006 16:49:13 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164642593 26746 80.91.229.2 (27 Nov 2006 15:49:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 15:49:53 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 27 16:49:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Goija-00046e-04 for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 16:49:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoijX-0007dD-UY for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 10:49:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GoijN-0007bT-SK for emacs-devel@gnu.org; Mon, 27 Nov 2006 10:49:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GoijL-0007aX-TE for emacs-devel@gnu.org; Mon, 27 Nov 2006 10:49:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoijL-0007aR-Q5 for emacs-devel@gnu.org; Mon, 27 Nov 2006 10:49:15 -0500 Original-Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GoijL-0000Hx-Bs for emacs-devel@gnu.org; Mon, 27 Nov 2006 10:49:15 -0500 Original-Received: by nf-out-0910.google.com with SMTP id d4so2276266nfe for ; Mon, 27 Nov 2006 07:49:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kEz4BzCQRSciqEbiul/ZcyAkIxxFe2tiBXUGTSZVYoeBf7O7drInRFAGaBQJEOZig4b6R7hEeFqD5y8+kHTfoNGi7IGivvhzXh0Q0Q9Dx/ET2K42CKW7AlVJK7JOHS4rpCmdCX9/vnGGZB7L+g5xRI4tSIszuxSfdoikpW3L8c4= Original-Received: by 10.82.179.9 with SMTP id b9mr2014328buf.1164642553326; Mon, 27 Nov 2006 07:49:13 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Mon, 27 Nov 2006 07:49:13 -0800 (PST) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:62860 Archived-At: On 11/27/06, Juanma Barranquero wrote: > > +# emacsclient.$(O) depends on makefile.w32-in because makefile.w32-in > > +# can be edited to define VERSION string, which is part of ECLIENT_CFLAGS. BTW, shouldn't it depend on lib-src/makefile instead of lib-src/makefile.w32-in? If the user does not run configure, makefile will have the old version anyway. /L/e/k/t/u