summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-02-12 05:52:04 +0200
committerEli Zaretskii <eliz@gnu.org>2013-02-12 05:52:04 +0200
commit8c0905acd1e4457c9956d7fa02e88aadc075a56f (patch)
treeccf3a9f3d9b3e5bf5593107696b74762373d748f /lib
parent71b84316436598773995a710c1686cce427b41f2 (diff)
downloademacs-8c0905acd1e4457c9956d7fa02e88aadc075a56f.tar.gz
MS-Windows followup for 2013-02-11T23:37:18Z!eggert@cs.ucla.edu.
lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O). ($(BLD)/memrchr.$(O)): New dependency. nt/inc/ms-w32.h: Add prototype for memrchr.
Diffstat (limited to 'lib')
-rw-r--r--lib/makefile.w32-in5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in
index d5128cc9a61..cd62fbcd13d 100644
--- a/lib/makefile.w32-in
+++ b/lib/makefile.w32-in
@@ -34,6 +34,7 @@ GNULIBOBJS = $(BLD)/c-ctype.$(O) \
$(BLD)/getopt.$(O) \
$(BLD)/getopt1.$(O) \
$(BLD)/gettime.$(O) \
+ $(BLD)/memrchr.$(O) \
$(BLD)/strftime.$(O) \
$(BLD)/time_r.$(O) \
$(BLD)/timespec-add.$(O) \
@@ -201,6 +202,10 @@ $(BLD)/md5.$(O) : \
$(CONFIG_H) \
$(MD5_H)
+$(BLD)/memrchr.$(O) : \
+ $(GNU_LIB)/memrchr.c \
+ $(CONFIG_H)
+
$(BLD)/sha1.$(O) : \
$(GNU_LIB)/sha1.c \
$(NT_INC)/stdalign.h \