diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-01-22 22:31:50 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-01-22 22:31:50 +0000 |
commit | be822de2a1f66e29f17b1c1d64a34c6c07264f66 (patch) | |
tree | 5f64d665d233e6ace6d3c1565c2e56fab6d34064 /winsup/utils/Makefile.in | |
parent | 326fb376dda24e2c3f445863791eb6073d91d69b (diff) | |
download | cygnal-be822de2a1f66e29f17b1c1d64a34c6c07264f66.tar.gz cygnal-be822de2a1f66e29f17b1c1d64a34c6c07264f66.tar.bz2 cygnal-be822de2a1f66e29f17b1c1d64a34c6c07264f66.zip |
* Makefile.in (CYGWIN_BINS): Add getlocale.
* getlocale.c: New file.
* utils.sgml (getlocale): New section describing new getlocale tool.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r-- | winsup/utils/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in index 1e282d0c4..04ce39fad 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -1,6 +1,6 @@ # Makefile for Cygwin utilities # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Red Hat, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Red Hat, Inc. # This file is part of Cygwin. @@ -52,7 +52,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 getfacl ldd kill mkgroup \ +CYGWIN_BINS := ${addsuffix .exe,cygpath getfacl getlocale ldd kill mkgroup \ mkpasswd mount passwd ps regtool setfacl setmetamode ssp umount} # List all binaries to be linked in MinGW mode. Each binary on this list |