From: Eli Zaretskii Date: Sat, 8 Dec 2012 09:57:43 +0000 (+0200) Subject: Windows followup to 2012-12-08T02:30:51Z!eggert@cs.ucla.edu. X-Git-Tag: emacs-24.3.90~173^2~9^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63999a7dbed8d493e2efc3411c2403483d8d71bf;p=emacs.git Windows followup to 2012-12-08T02:30:51Z!eggert@cs.ucla.edu. lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency. Remove a stray character at the beginning of the file. Fixes: debbugs:13026 --- diff --git a/ChangeLog b/ChangeLog index c0ab1e03b70..1d4fc853693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-12-08 Eli Zaretskii + + * 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 Simplify get_lim_data. diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 348fe911a2a..b27e21032b3 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -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. #