diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-05-15 11:01:31 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-05-15 11:01:31 +0000 |
commit | 43334bd027aed0c02a9f6fb71f995cdcd4cfc733 (patch) | |
tree | be2beed4195a835cc1dd410610604389e1c7e3a0 /winsup/utils/Makefile.in | |
parent | 26432b0bb56f6c015e1af3502e72502831e645c0 (diff) | |
download | cygnal-43334bd027aed0c02a9f6fb71f995cdcd4cfc733.tar.gz cygnal-43334bd027aed0c02a9f6fb71f995cdcd4cfc733.tar.bz2 cygnal-43334bd027aed0c02a9f6fb71f995cdcd4cfc733.zip |
* 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.in | 2 |
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 |