From 9e26e6d3cb8ca24058f2c0f6ba9cb7191857c8a1 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 3 Mar 2009 07:45:09 +0000 Subject: [PATCH] ENABLE_PIC is either 0 or 1, but is always defined. llvm-svn: 65938 --- llvm/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index 4f4764c9d0be..237da53bfb9d 100644 --- a/llvm/tools/Makefile +++ b/llvm/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