ENABLE_PIC is either 0 or 1, but is always defined.

llvm-svn: 65938
This commit is contained in:
Nick Lewycky 2009-03-03 07:45:09 +00:00
parent 1d23d4e16b
commit b7302132ac

View File

@ -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