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>2000-09-06 22:13:38 +0400
committerChristopher Faylor <me@cgf.cx>2000-09-06 22:13:38 +0400
commit3a71405fe2f65aa4e5f3d69a291e9edafe661840 (patch)
tree578bc6298ab4d046741c9bcd3874e36d314a52aa /winsup/cygwin/Makefile.in
parent664b2d68eba3e95d9936c8d21ec20681a10fa312 (diff)
* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS is
overwritten.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index e57329dd5..f58d9c3f2 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -50,7 +50,8 @@ DEFS = @DEFS@
CC:=@CC@
# FIXME: Which is it, CC or CC_FOR_TARGET?
CC_FOR_TARGET:=$(CC)
-CFLAGS:=@CFLAGS@ -MD -fno-implement-inlines
+CFLAGS:=@CFLAGS@
+CFLAGS+=-MD
CXXFLAGS:=@CXXFLAGS@
# For linking mount, etc. crt0.o isn't accessable in a fresh build.