Moved llvm/lib/Support to llvm/support/lib/Support.
[oota-llvm.git] / Makefile
index 735ba5fe0ccccb0fe8033c6e2b4b804e1c40044e..1e8d99c0b3caeeaacd3bf4db732024793da0bb7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 LEVEL = .
-DIRS = lib/Support utils lib tools runtime
+DIRS = support lib tools runtime
 OPTIONAL_DIRS = projects
 
 include $(LEVEL)/Makefile.common