X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=cfca73afc475c398c00e1c336466eaf6673e3a17;hb=483727da487c1cb97c6b23ce6eea37886a0df0e1;hp=5cb38d1e3070ef615da083641e895c2b922164bf;hpb=40c7e400fe989baa004f1365ade1a875b659a659;p=oota-llvm.git diff --git a/Makefile b/Makefile index 5cb38d1e307..cfca73afc47 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ cross-compile-build-tools: unset SDKROOT ; \ unset UNIVERSAL_SDK_PATH ; \ configure_opts= ; \ - if test "$ENABLE_LIBCPP" -ne 0 ; then \ + if test "$(ENABLE_LIBCPP)" -ne 0 ; then \ configure_opts="$$configure_opts --enable-libcpp"; \ fi; \ $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \