* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.

This commit is contained in:
Christopher Faylor 2003-12-03 00:21:21 +00:00
parent e575a697ba
commit af9ef8abb2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View 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@