]> git.eshelyaron.com Git - emacs.git/commitdiff
Windows followup to 2012-12-08T02:30:51Z!eggert@cs.ucla.edu.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Dec 2012 09:57:43 +0000 (11:57 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Dec 2012 09:57:43 +0000 (11:57 +0200)
 lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
 Remove a stray character at the beginning of the file.

Fixes: debbugs:13026
ChangeLog
lib/makefile.w32-in

index c0ab1e03b704f242307c11271950085d9e2483ff..1d4fc8536933244625bff80289edf4b20d945eb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <eggert@cs.ucla.edu>
 
        Simplify get_lim_data.
index 348fe911a2adfe9a174c4327e6412768b91bb08c..b27e21032b3315762ce5017e53512435cf570a80 100644 (file)
@@ -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 @@ $(BLD)/filemode.$(O) : \
        $(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.
 #