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>2005-09-02 21:12:37 +0400
committerChristopher Faylor <me@cgf.cx>2005-09-02 21:12:37 +0400
commit414808f9e01ce103d2bc67d4ddaa802125ce5512 (patch)
tree2fc20623e4d929db4b68506c21a5a74edfb41276 /winsup/cygwin/Makefile.in
parent8f36ef2f33ab096ea580dc4fdbaf6565b561e65f (diff)
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
dependencies when invoked from top-level make.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index c14eb8046..388289735 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -55,7 +55,7 @@ CC_FOR_TARGET:=$(CC)
CFLAGS=@CFLAGS@
override CFLAGS+=-MMD ${$(*F)_CFLAGS} -fmerge-constants -ftracer $(CCEXTRA)
CXX=@CXX@
-CXXFLAGS=@CXXFLAGS@
+override CXXFLAGS=@CXXFLAGS@
AR:=@AR@
AR_FLAGS:=qv