diff options
author | Christopher Faylor <me@cgf.cx> | 2009-07-05 00:01:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-07-05 00:01:26 +0000 |
commit | cea37699d1d7f46396323a1997ccd54148517a62 (patch) | |
tree | f9b3dc23504a68b4cbcb4c8a0716ec0928971a4e /winsup/utils/Makefile.in | |
parent | 01d8a2dfd6390a6cd7eabb8077e360e74136f59f (diff) | |
download | cygnal-cea37699d1d7f46396323a1997ccd54148517a62.tar.gz cygnal-cea37699d1d7f46396323a1997ccd54148517a62.tar.bz2 cygnal-cea37699d1d7f46396323a1997ccd54148517a62.zip |
* cygwin-console-helper.cc: New file.
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 f80bcca33..48555e676 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -57,7 +57,7 @@ CYGWIN_BINS := ${addsuffix .exe,cygpath getfacl ldd kill mkgroup \ # List all binaries to be linked in MinGW mode. Each binary on this list # must have a corresponding .o of the same name. -MINGW_BINS := ${addsuffix .exe,cygcheck ldh strace} +MINGW_BINS := ${addsuffix .exe,cygcheck cygwin-console-helper ldh strace} # List all objects to be compiled in MinGW mode. Any object not on this # list will will be compiled in Cygwin mode implicitly, so there is no |