From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Last line of lib-src/Makefile.in breaks gcc -E -traditional Date: Sat, 06 Oct 2007 09:00:10 +0200 Message-ID: References: <3ud4vt793t.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191654045 2604 80.91.229.12 (6 Oct 2007 07:00:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2007 07:00:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 06 09:00:42 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ie3eN-00019G-0M for ged-emacs-devel@m.gmane.org; Sat, 06 Oct 2007 09:00:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ie3eI-0001kS-44 for ged-emacs-devel@m.gmane.org; Sat, 06 Oct 2007 03:00:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ie3eE-0001i9-2Z for emacs-devel@gnu.org; Sat, 06 Oct 2007 03:00:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ie3eA-0001gb-JC for emacs-devel@gnu.org; Sat, 06 Oct 2007 03:00:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ie3eA-0001gY-Ch for emacs-devel@gnu.org; Sat, 06 Oct 2007 03:00:22 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ie3e4-0001b0-7X; Sat, 06 Oct 2007 03:00:16 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ie3e3-0005Ei-Ep; Sat, 06 Oct 2007 03:00:15 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-247-203.inter.net.il [83.130.247.203]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HYP88023 (AUTH halo1); Sat, 6 Oct 2007 08:57:30 +0200 (IST) In-reply-to: <3ud4vt793t.fsf@fencepost.gnu.org> (message from Glenn Morris on Fri, 05 Oct 2007 13:40:54 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80320 Archived-At: > From: Glenn Morris > Cc: emacs-devel@gnu.org > Date: Fri, 05 Oct 2007 13:40:54 -0400 > > Eli Zaretskii wrote: > > > This last line of lib-src/Makefile.in was added recently: > > > > ### Makefile ends here > > > > Why was it added? ChangeLog is silent about it, and so is "cvs log". > > Sorry, it was just a comment. "cvs log" would have said "add an end of > file comment". Yes, but I see you added such a comment to most of the other Makefile.in files, so you obviously had something in mind. What was it? > Obviously just remove it. I see you already did. If this comment is important (depends on your answer to the question above), we could keep it, but in C syntax.