diff options
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 |