emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111153: Windows followup to revision


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111153: Windows followup to revision 111151.
Date: Sat, 08 Dec 2012 11:57:43 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111153
fixes bug: http://debbugs.gnu.org/13026
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-08 11:57:43 +0200
message:
  Windows followup to revision 111151.
  
   lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
   Remove a stray character at the beginning of the file.
modified:
  ChangeLog
  lib/makefile.w32-in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-12-08 06:56:26 +0000
+++ b/ChangeLog 2012-12-08 09:57:43 +0000
@@ -1,3 +1,9 @@
+2012-12-08  Eli Zaretskii  <address@hidden>
+
+       * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
+       Remove a stray character at the beginning of the file.
+       (Bug#13026)
+
 2012-12-08  Paul Eggert  <address@hidden>
 
        Simplify get_lim_data.

=== modified file 'lib/makefile.w32-in'
--- a/lib/makefile.w32-in       2012-12-08 02:30:51 +0000
+++ b/lib/makefile.w32-in       2012-12-08 09:57:43 +0000
@@ -1,4 +1,4 @@
-2# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
+# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -240,6 +240,13 @@
        $(CONFIG_H) \
        $(FILEMODE_H)
 
+$(BLD)/sig2str.$(O) : \
+       $(GNU_LIB)/sig2str.c \
+       $(CONFIG_H) \
+       $(GNU_LIB)/sig2str.h \
+       $(GNU_LIB)/intprops.h
+
+
 # The following dependencies are for supporting parallel builds, where
 # we must make sure $(BLD) exists before any compilation starts.
 #


reply via email to

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