X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FCBackend%2FMakefile;h=fea249415009ea15e5e8e472903f1fe77e7658e3;hp=052a4eb3ff4d4f4a7a62a5740e9cd95a3887481f;hb=e4d87aa2de6e52952dca73716386db09aad5a8fd;hpb=add2bd7f5941537a97a41e037ae2277fbeed0b4f diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 052a4eb3ff4..fea24941500 100644 --- a/lib/Target/CBackend/Makefile +++ b/lib/Target/CBackend/Makefile @@ -11,4 +11,4 @@ LEVEL = ../../.. LIBRARYNAME = LLVMCBackend include $(LEVEL)/Makefile.common -CompileCommonOpts := $(CompileCommonOpts) -Wno-format +CompileCommonOpts += -Wno-format