1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.

This commit is contained in:
Juanma Barranquero 2012-08-25 12:04:17 +02:00
parent ee4c0f690d
commit f06029796a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-08-25 Juanma Barranquero <lekktu@gmail.com>
* lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2012-08-25 Eli Zaretskii <eliz@gnu.org>
* lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.

View File

@ -131,7 +131,9 @@ $(BLD)/dtotimespec.$(O) : \
$(CONFIG_H)
$(BLD)/execinfo.$(O) : \
$(GNU_LIB)/execinfo.h
$(GNU_LIB)/execinfo.c \
$(GNU_LIB)/execinfo.h \
$(CONFIG_H)
$(BLD)/getopt.$(O) : \
$(GNU_LIB)/getopt.c \