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:
authorChristopher Faylor <me@cgf.cx>2008-10-12 07:08:33 +0400
committerChristopher Faylor <me@cgf.cx>2008-10-12 07:08:33 +0400
commit9401a0f805692549fb9b647f99a787e050f2cdc2 (patch)
treee4f1d7c45f52add14b0d2b7cb4db123c915f780f /winsup/utils
parentfd49ac277fce90dbd4987342c74d34aaa7335f74 (diff)
Dummy check-in to get right revision log:
* mingw: New front-end script to control building of MinGW files without using the deprecated -mno-cygwin option. * Makefile.in: Use mingw front-end.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/Makefile.in2
-rwxr-xr-xwinsup/utils/mingw2
2 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index 96b79edff..8d06cf2b9 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -135,7 +135,7 @@ else
endif
# how to link a Cygwin binary
-$(CYGWIN_BINS): %.exe: %.o
+$(CYGWIN_BINS): %.exe: %.o
ifdef VERBOSE
$(CXX) -o $@ ${filter %.o,$^} -B$(cygwin_build)/ $(ALL_LDFLAGS)
else
diff --git a/winsup/utils/mingw b/winsup/utils/mingw
index 0c7b9b469..7d49bf326 100755
--- a/winsup/utils/mingw
+++ b/winsup/utils/mingw
@@ -3,7 +3,7 @@
# an installed version of the MinGW components.
#
-# Find the path to the compiler
+# Find the path to the compiler.
#
compiler=$1; shift
case "$compiler" in