Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-01-29 13:41:06 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-01-29 13:41:06 +0400
commit1b79b38101145f2e0414a30838b61473c09b7792 (patch)
tree58f1177439bdc4cfb5a4148371693c5a2d19f664 /winsup/utils/Makefile.in
parent327afcea308a89338482e0402c6037194ada6aac (diff)
* Makefile.in (CYGWIN_BINS): Add tzset.
* tzset.c: New tool, new file. * utils.sgml (tzset): New section. * new-features.sgml (ov-new1.7.10): Add tzset. * release/1.7.10: Add tzset.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r--winsup/utils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index bea7070c6..f85dd84ed 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -53,7 +53,7 @@ MINGW_CXX := ${srcdir}/mingw ${CXX} -I${updir}
# List all binaries to be linked in Cygwin mode. Each binary on this list
# must have a corresponding .o of the same name.
CYGWIN_BINS := ${addsuffix .exe,cygpath getconf getfacl ldd locale kill mkgroup \
- mkpasswd mount passwd ps regtool setfacl setmetamode ssp umount}
+ mkpasswd mount passwd ps regtool setfacl setmetamode ssp tzset umount}
# List all binaries to be linked in MinGW mode. Each binary on this list
# must have a corresponding .o of the same name.