diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-12-08 11:57:43 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-12-08 11:57:43 +0200 |
commit | 63999a7dbed8d493e2efc3411c2403483d8d71bf (patch) | |
tree | 3e9953659e3c9ae0cf1ee92b9a2f5b710fe3dbcd /lib | |
parent | 7be78020e3baaa73d047af75675ea6c92c1c1fda (diff) | |
download | emacs-63999a7dbed8d493e2efc3411c2403483d8d71bf.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/makefile.w32-in | 9 |
1 files changed, 8 insertions, 1 deletions
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. # |