From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 3, Issue 192 Date: Sun, 9 Feb 2003 08:20:34 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044771651 30490 80.91.224.249 (9 Feb 2003 06:20:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Feb 2003 06:20:51 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hkpX-0007vQ-00 for ; Sun, 09 Feb 2003 07:20:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18hkzu-0004ND-00 for ; Sun, 09 Feb 2003 07:31:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hkqB-0000RM-02 for emacs-devel@quimby.gnus.org; Sun, 09 Feb 2003 01:21:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hkq1-0000Im-00 for emacs-devel@gnu.org; Sun, 09 Feb 2003 01:21:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hkpv-0008QA-00 for emacs-devel@gnu.org; Sun, 09 Feb 2003 01:21:10 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hkpr-000850-00 for emacs-devel@gnu.org; Sun, 09 Feb 2003 01:21:04 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA24512 for ; Sun, 9 Feb 2003 08:20:35 +0200 (IST) X-Sender: eliz@is Original-To: emacs-devel@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11512 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11512 On Sat, 8 Feb 2003 emacs-diffs-request@gnu.org wrote: > From: Andreas Schwab > To: emacs-diffs@gnu.org > Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog > Message-ID: > Precedence: list > Reply-To: schwab@suse.de > Message: 2 > > Index: emacs/src/ChangeLog > diff -c emacs/src/ChangeLog:1.3083 emacs/src/ChangeLog:1.3084 > *** emacs/src/ChangeLog:1.3083 Sat Feb 8 06:18:31 2003 > --- emacs/src/ChangeLog Sat Feb 8 12:25:48 2003 > *************** > *** 1,3 **** > --- 1,8 ---- > + 2003-02-08 Andreas Schwab > + > + * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable > + instead of the substitution. FYI: this change breaks the DJGPP (aka MS-DOS) build. I don't know when I will have time to work on fixing it, but I've added it to my todo. The same goes for the equivalent change in lib-src/Makefile.in; the change in the top-level Makefile.in does not affect the DOS port.