Rename new lto2 tool as lto.
[oota-llvm.git] / tools / Makefile
index d742f41bd65caf8dff27b692eec803e17dd39719..30da5224a91fcbf32947bc8204d0a3aa0bd70c90 100644 (file)
@@ -21,12 +21,9 @@ PARALLEL_DIRS := llvm-config  \
 
 include $(LEVEL)/Makefile.config
 
-# Disable liblto as it is going away
-#PARALLEL_DIRS += lto
-
 # only build new lto project on Darwin for now
 ifeq ($(OS),Darwin)
-PARALLEL_DIRS += lto2
+PARALLEL_DIRS += lto
 endif
 
 include $(LEVEL)/Makefile.common