aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-03-03 07:45:09 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-03-03 07:45:09 +0000
commitde724780e1ac17bad9a9ae7908c142eb007a325f (patch)
treec57c466a12cab2b50c8e8c1d2fa7fef4170664ef /tools/Makefile
parent47d032bc5d152110d3dab3acf8f9ca0efd8dc38b (diff)
downloadexternal_llvm-de724780e1ac17bad9a9ae7908c142eb007a325f.zip
external_llvm-de724780e1ac17bad9a9ae7908c142eb007a325f.tar.gz
external_llvm-de724780e1ac17bad9a9ae7908c142eb007a325f.tar.bz2
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
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4f4764c..237da53 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