[llvm-commits] [llvm] r64590 - /llvm/branches/Apple/Dib/utils/unittest/googletest/Makefile

Bill Wendling isanbard at gmail.com
Sun Feb 15 03:57:32 PST 2009


Author: void
Date: Sun Feb 15 05:57:32 2009
New Revision: 64590

URL: http://llvm.org/viewvc/llvm-project?rev=64590&view=rev
Log:
Merge r64515 from release_25: Fix spelling.

Modified:
    llvm/branches/Apple/Dib/utils/unittest/googletest/Makefile

Modified: llvm/branches/Apple/Dib/utils/unittest/googletest/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/utils/unittest/googletest/Makefile?rev=64590&r1=64589&r2=64590&view=diff

==============================================================================
--- llvm/branches/Apple/Dib/utils/unittest/googletest/Makefile (original)
+++ llvm/branches/Apple/Dib/utils/unittest/googletest/Makefile Sun Feb 15 05:57:32 2009
@@ -10,12 +10,12 @@
 LEVEL := ../../..
 include $(LEVEL)/Makefile.config
 NO_MISSING_FIELD_INITIALIZERS := $(shell $(CXX) -Wno-missing-field-initializers -fsyntax-only -xc /dev/null 2>/dev/null && echo -Wno-missing-field-initializers)
-NO_VAROADIC_MACROS := $(shell $(CXX) -Wno-variadic-macros -fsyntax-only -xc /dev/null 2>/dev/null && echo -Wno-variadic-macros)
+NO_VARIADIC_MACROS := $(shell $(CXX) -Wno-variadic-macros -fsyntax-only -xc /dev/null 2>/dev/null && echo -Wno-variadic-macros)
 
 
 LIBRARYNAME = GoogleTest
 BUILD_ARCHIVE = 1
 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
-CPP.Flags += $(NO_MISSING_FIELD_INITIALIZERS) $(NO_VAROADIC_MACROS)
+CPP.Flags += $(NO_MISSING_FIELD_INITIALIZERS) $(NO_VARIADIC_MACROS)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list