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/Makefile.in
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/Makefile.in')
-rw-r--r--winsup/utils/Makefile.in2
1 files changed, 1 insertions, 1 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