From: Nick Lewycky Date: Tue, 3 Mar 2009 07:45:09 +0000 (+0000) Subject: ENABLE_PIC is either 0 or 1, but is always defined. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9742d2f6c21522afda3a5c79936b9469be3e6d3;p=oota-llvm.git ENABLE_PIC is either 0 or 1, but is always defined. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65938 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 4f4764c9d0b..237da53bfb9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,7 +24,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \ include $(LEVEL)/Makefile.config -ifdef ENABLE_PIC +ifeq ($(ENABLE_PIC),1) DIRS += lto ifdef BINUTILS_INCDIR DIRS += gold