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>2008-05-15 15:01:31 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-05-15 15:01:31 +0400
commit43334bd027aed0c02a9f6fb71f995cdcd4cfc733 (patch)
treebe2beed4195a835cc1dd410610604389e1c7e3a0 /winsup/utils/Makefile.in
parent26432b0bb56f6c015e1af3502e72502831e645c0 (diff)
* Makefile.in (CYGWIN_BINS): Remove ipcrm and ipcs.
* ipcrm.c: Remove. * ipcs.c: Remove.
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 24defb0a7..fda8511a7 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -53,7 +53,7 @@ MINGW_CXX := ${patsubst %/cygwin/include,%/mingw/include,\
# 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 ipcrm ipcs kill mkgroup \
+CYGWIN_BINS := ${addsuffix .exe,cygpath getfacl 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