From: Jeff Cohen Date: Sun, 23 Oct 2005 04:51:22 +0000 (+0000) Subject: Remove redundant flag. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9dc33e53d66e54a8ea0c64b79d4b282c68d7b7cc;p=oota-llvm.git Remove redundant flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23889 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 78988995347..4b759e6b490 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -221,7 +221,7 @@ else endif endif -CXX.Flags += $(CXXFLAGS) -Wformat +CXX.Flags += $(CXXFLAGS) C.Flags += $(CFLAGS) CPP.Flags += $(CPPFLAGS) LD.Flags += $(LDFLAGS)