emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6119: closed (24.0.50; Typo in src/Makefile.in)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6119: closed (24.0.50; Typo in src/Makefile.in)
Date: Thu, 06 May 2010 05:59:02 +0000

Your message dated Thu, 06 May 2010 01:58:25 -0400
with message-id <address@hidden>
and subject line Re: bug#6119: 24.0.50; Typo in src/Makefile.in
has caused the GNU bug report #6119,
regarding 24.0.50; Typo in src/Makefile.in
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6119: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6119
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Typo in src/Makefile.in Date: Thu, 06 May 2010 08:36:45 +0300
Hi,

There is a typo in src/Makefile.in that causes a warning when running
./configure:

  config.status: executing default commands
  creating src/epaths.h
  src/epaths.h is unchanged
  creating lib-src/Makefile
  creating src/Makefile
  junk.c:653:39: warning: missing terminating ' character

This patch fixes it:

=== modified file 'src/Makefile.in'
--- src/Makefile.in     2010-05-04 03:13:35 +0000
+++ src/Makefile.in     2010-05-06 05:32:32 +0000
@@ -805,7 +805,7 @@
 ## FIXME some of these dependencies are platform-specific.
 ## Eg callproc.c only depends on w32.h for WINDOWSNT builds.
 ## One way to fix this would be to replace w32.h (etc) by $(W32_H),
-## a variable set by configure.  Doesn't seem worth the trouble.
+## a variable set by configure.  Doesn''t seem worth the trouble.
 
 ## nsgui.h: In fact, every .o file depends directly or indirectly on
 ## dispextern.h and hence nsgui.h under NS.  But the ones that actually


In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.0)
 of 2010-05-05 on arirop
Windowing system distributor `Fedora Project', version 11.0.10800000

-- 
Ari Roponen




--- End Message ---
--- Begin Message --- Subject: Re: bug#6119: 24.0.50; Typo in src/Makefile.in Date: Thu, 06 May 2010 01:58:25 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Thanks.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]