diff options
| author | Eli Zaretskii | 2012-12-08 11:57:43 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-08 11:57:43 +0200 |
| commit | 63999a7dbed8d493e2efc3411c2403483d8d71bf (patch) | |
| tree | 3e9953659e3c9ae0cf1ee92b9a2f5b710fe3dbcd /lib | |
| parent | 7be78020e3baaa73d047af75675ea6c92c1c1fda (diff) | |
| download | emacs-63999a7dbed8d493e2efc3411c2403483d8d71bf.tar.gz emacs-63999a7dbed8d493e2efc3411c2403483d8d71bf.zip | |
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 @@ | |||
| 1 | 2# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. |
| 2 | # Copyright (C) 2011-2012 Free Software Foundation, Inc. | 2 | # Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| @@ -240,6 +240,13 @@ $(BLD)/filemode.$(O) : \ | |||
| 240 | $(CONFIG_H) \ | 240 | $(CONFIG_H) \ |
| 241 | $(FILEMODE_H) | 241 | $(FILEMODE_H) |
| 242 | 242 | ||
| 243 | $(BLD)/sig2str.$(O) : \ | ||
| 244 | $(GNU_LIB)/sig2str.c \ | ||
| 245 | $(CONFIG_H) \ | ||
| 246 | $(GNU_LIB)/sig2str.h \ | ||
| 247 | $(GNU_LIB)/intprops.h | ||
| 248 | |||
| 249 | |||
| 243 | # The following dependencies are for supporting parallel builds, where | 250 | # The following dependencies are for supporting parallel builds, where |
| 244 | # we must make sure $(BLD) exists before any compilation starts. | 251 | # we must make sure $(BLD) exists before any compilation starts. |
| 245 | # | 252 | # |