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:
-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