OSDN Git Service

* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.
authorcgf <cgf>
Wed, 3 Dec 2003 00:21:21 +0000 (00:21 +0000)
committercgf <cgf>
Wed, 3 Dec 2003 00:21:21 +0000 (00:21 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in

index 4136f9e..3d2a5dc 100644 (file)
@@ -1,5 +1,10 @@
 2003-12-02  Christopher Faylor  <cgf@redhat.com>
 
+       * Makefile.in: Change the way that -f options are appended to CFLAGS,
+       slightly.
+
+2003-12-02  Christopher Faylor  <cgf@redhat.com>
+
        * fcntl.cc (_fcntl): Silence a compiler warning.
 
 2003-12-02  Pierre Humblet <pierre.humblet@ieee.org>
index 3a6f062..502934d 100644 (file)
@@ -51,8 +51,8 @@ DEFS:=@DEFS@
 CC:=@CC@
 # FIXME: Which is it, CC or CC_FOR_TARGET?
 CC_FOR_TARGET:=$(CC)
-CFLAGS=@CFLAGS@ -fmerge-constants -ftracer
-override CFLAGS+=-MMD ${$(*F)_CFLAGS}
+CFLAGS=@CFLAGS@
+override CFLAGS+=-MMD ${$(*F)_CFLAGS} -fmerge-constants -ftracer
 CXX=@CXX@
 CXXFLAGS=@CXXFLAGS@